From b914917f2ce9651f6accb21f50e143a557c96a45 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 30 Sep 2009 06:53:35 +0000 Subject: [PATCH] Applied #11260 (found a regression while checking in src/motif/menu.cpp with static code analysis tool cppcheck) Marin Ettl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/motif/menu.cpp b/src/motif/menu.cpp index 8c685b1e8f..65fcead053 100644 --- a/src/motif/menu.cpp +++ b/src/motif/menu.cpp @@ -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();