diff --git a/src/motif/menu.cpp b/src/motif/menu.cpp index b25775321a..08c73d6d29 100644 --- a/src/motif/menu.cpp +++ b/src/motif/menu.cpp @@ -397,8 +397,8 @@ bool wxMenuBar::CreateMenuBar(wxFrame* parent) Widget tearOff = XmGetTearOffControl(GetWidget(menu)); wxDoChangeForegroundColour((Widget) tearOff, m_foregroundColour); wxDoChangeBackgroundColour((Widget) tearOff, m_backgroundColour, true); -#endif } +#endif } SetBackgroundColour(m_backgroundColour);