]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrlwing.cpp
Override wxWindow::MSWGetCreateWindowCoords() in wxTopLevelWindow.
[wxWidgets.git] / src / generic / scrlwing.cpp
index e8154d1559d9bab4856560b6a1df55cd75ac62c3..6e0cca186f6688e32be6f89bfa726bc4fec230d3 100644 (file)
@@ -298,8 +298,7 @@ bool wxScrollHelperEvtHandler::ProcessEvent(wxEvent& event)
         }
     }
 
-    if ( processed )
-        event.Skip(wasSkipped);
+    event.Skip(wasSkipped);
 
     return processed;
 }