]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrlwing.cpp
minor changes to correct compilation warnings
[wxWidgets.git] / src / generic / scrlwing.cpp
index 862172c5593fa50f5244af4a0533a133fb9b7820..e3149ab6018d05fa6e59c58e05b3da888f3fb5b4 100644 (file)
@@ -168,16 +168,15 @@ void wxAutoScrollTimer::Notify()
 bool wxScrollHelperEvtHandler::ProcessEvent(wxEvent& event)
 {
     wxEventType evType = event.GetEventType();
-    
-    if ( evType == wxEVT_SIZE )  // Don't let wxPanel catch the size events. RR.
+
+    if ( evType == wxEVT_SIZE )
     {
         m_scrollHelper->HandleOnSize((wxSizeEvent &)event);
-        return TRUE;
     }
-    
+
     if ( wxEvtHandler::ProcessEvent(event) )
         return TRUE;
-        
+
     // reset the skipped flag to FALSE as it might have been set to TRUE in
     // ProcessEvent() above
     event.Skip(FALSE);