]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/doc.h
need to invert offsets for gdk_pixbuf_scale;
[wxWidgets.git] / demos / dbbrowse / doc.h
index ce3141d677fec75da05faf099c6e87a65a47e202..86672c449ccc38f23ed6109a5c060291f411c5c8 100644 (file)
@@ -84,9 +84,9 @@ public:
     virtual bool OnSashPositionChange(int newSashPosition)
     {
         if ( !wxSplitterWindow::OnSashPositionChange(newSashPosition) )
-            return FALSE;
+            return false;
         pDoc->Sash = newSashPosition;
-        return TRUE;
+        return true;
     }
     DECLARE_EVENT_TABLE()
 };