From 904c5051aa9cfe02cdb1a1184421d5cfe7cbca2d Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 13 Jun 2007 04:22:15 +0000 Subject: [PATCH] unhighlighting the menu when a dialog is shown git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mac/carbon/dialog.cpp b/src/mac/carbon/dialog.cpp index 50cbb8c5ae..8d1f751dc5 100644 --- a/src/mac/carbon/dialog.cpp +++ b/src/mac/carbon/dialog.cpp @@ -121,6 +121,8 @@ bool wxDialog::Show(bool show) // usually will result in TransferDataToWindow() being called InitDialog(); + HiliteMenu(0); + if ( m_isModalStyle ) { if ( show )