We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c857ab commit 1eeca17Copy full SHA for 1eeca17
src/viewer/svpaint.cpp
@@ -171,7 +171,7 @@ void SVPaint::Notify(const SVEvent* sv_event) {
171
else if (sv_event->type == SVET_SELECTION) { SelectionHandler(sv_event); }
172
else if (sv_event->type == SVET_MENU) { MenuBarHandler(sv_event); }
173
else if (sv_event->type == SVET_POPUP) { PopupHandler(sv_event); }
174
- else {} //throw other events away
+ //throw other events away
175
}
176
177
// Builds a new window, initializes the variables and event handler and builds
0 commit comments