]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/toolbar.cpp
Put tool disabling back in, but we need to debug wxCreateGreyedImage
[wxWidgets.git] / src / univ / toolbar.cpp
index 995c4164aa9f601c64b13b67393b50a2d9e7c80e..f856622df238846aa6d82c2d6123c6fa975c1351 100644 (file)
@@ -90,10 +90,11 @@ bool wxToolBar::DoDeleteTool(size_t pos, wxToolBarToolBase *tool)
 
 void wxToolBar::DoEnableTool(wxToolBarToolBase *tool, bool enable)
 {
-    // TODO: figure out why it gives a BadMatch when
-    // creating the bitmap (out.ConvertToBitmap).
-    // Possibly we should ensure all depths match.
-#if 0
+    // Comment this out if you don't want the disabled look,
+    // which currently acts weirdly for the scissors icon
+    // in the toolbar sample. See src/common/tbarbase.cpp
+    // for the wxCreateGreyedImage function.
+#if 1
     // Created disabled-state bitmap on demand
     if (!enable && !tool->GetBitmap2().Ok())
     {