]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrlwing.cpp
no_rtti fix was not having correct eval order
[wxWidgets.git] / src / generic / scrlwing.cpp
index f5a5e0d8b1dbe512f5947c42ef9bc8b9bfd80c18..c78ebc0fa7c5828db5df41ef35c323f6f7a9552b 100644 (file)
@@ -360,8 +360,7 @@ void wxScrollHelper::SetScrollbars(int pixelsPerUnitX,
     // For better backward compatibility we set persisting limits
     // here not just the size.  It makes SetScrollbars 'sticky'
     // emulating the old non-autoscroll behaviour.
-
-    m_targetWindow->SetVirtualSizeHints( w, h );
+    //   m_targetWindow->SetVirtualSizeHints( w, h );
 
     // The above should arguably be deprecated, this however we still need.