]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/bmpbuttn.cpp
-fpermissive is now returned by wx-config -cflags if the library was compiled
[wxWidgets.git] / src / gtk1 / bmpbuttn.cpp
index dc359f07c7144148812a157cac98599882d2540c..32ac3f8575e43d1d0af43d91bf273fefc594479a 100644 (file)
@@ -218,15 +218,15 @@ void wxBitmapButton::SetBitmap()
     else 
     {
         if (m_isSelected) 
-       {
-           the_one = m_selected;
-       }
+           {
+               the_one = m_selected;
+           }
         else 
-       {
+           {
             if (m_hasFocus) 
-               the_one = m_focus;
+                   the_one = m_focus;
             else 
-               the_one = m_bitmap;
+                   the_one = m_bitmap;
         }
     }