]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menu.cpp
Refactor wxTranslationsLoader API.
[wxWidgets.git] / 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();