]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/bmpbuttn.cpp
Fixed display of 'InlineHelp' attribute
[wxWidgets.git] / src / gtk1 / bmpbuttn.cpp
index a0f54cd27f7442a6ab13d1ba31be5b0c34f3644f..18d39511633a72b002fdba2b6168c8a8bd6e7150 100644 (file)
@@ -203,9 +203,9 @@ void wxBitmapButton::OnSetBitmap()
 
    if (!the_one.IsOk())
      {
 
    if (!the_one.IsOk())
      {
-       the_one = GetBitmapLabel();
-       if (!the_one.IsOk())
-         return;
+         the_one = GetBitmapLabel();
+         if (!the_one.IsOk())
+             return;
      }
 
     GdkBitmap *mask = NULL;
      }
 
     GdkBitmap *mask = NULL;