]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied #11260 (found a regression while checking in src/motif/menu.cpp with static...
authorJulian Smart <julian@anthemion.co.uk>
Wed, 30 Sep 2009 06:53:35 +0000 (06:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 30 Sep 2009 06:53:35 +0000 (06:53 +0000)
Marin Ettl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/menu.cpp

index 8c685b1e8f271dcadeed0c8adee35a4fbef678c0..65fcead0535129cab59a7534c5baa79f6ec551c8 100644 (file)
@@ -364,8 +364,8 @@ bool wxMenuBar::CreateMenuBar(wxFrame* parent)
             Widget tearOff = XmGetTearOffControl(GetWidget(menu));
             wxDoChangeForegroundColour((Widget) tearOff, m_foregroundColour);
             wxDoChangeBackgroundColour((Widget) tearOff, m_backgroundColour, true);
-#endif
         }
+#endif
     }
 
     PostCreation();