]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/samples/ogledit/palette.cpp
Added another button to show wxBitmapButton problem
[wxWidgets.git] / utils / ogl / samples / ogledit / palette.cpp
index 2150d8ec6214c8727793a1bfa691b67844df62e3..b41ef0ff25268523fe6eb1e3f8f0297e70fc3017 100644 (file)
@@ -55,7 +55,9 @@ EditorToolPalette::EditorToolPalette(wxWindow* parent, const wxPoint& pos, const
 {
   currentlySelected = -1;
 
+#if 1 // ndef __WXGTK__
   SetMaxRowsCols(1000, 1);
+#endif
 }
 
 bool EditorToolPalette::OnLeftClick(int toolIndex, bool toggled)