]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/bmpbuttn.cpp
Fix for toolbar workaround (mustn't set flag unless we're in Classic mode
[wxWidgets.git] / src / gtk1 / bmpbuttn.cpp
index 34f5bab8900580bc87501f81f22cb9232176b5b7..795f5c5eb924de6116c1a7dd602b9988bd3cee04 100644 (file)
@@ -137,10 +137,7 @@ bool wxBitmapButton::Create( wxWindow *parent,
         return FALSE;
     }
 
-    m_bmpNormal   =
-    m_bmpDisabled =
-    m_bmpFocus    =
-    m_bmpSelected = bitmap;
+    m_bmpNormal = bitmap;
 
     m_widget = gtk_button_new();