applied SourceForge patch #423532
ensure that menus appear correctly under Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9d57991759
commit
82ca6dbcf4
@ -56,7 +56,11 @@ const short kwxMacAppleMenuId = 1 ;
|
||||
|
||||
// Construct a menu with optional title (then use append)
|
||||
|
||||
#ifdef __UNIX__
|
||||
short wxMenu::s_macNextMenuId = 3 ;
|
||||
#else
|
||||
short wxMenu::s_macNextMenuId = 2 ;
|
||||
#endif
|
||||
|
||||
void wxMenu::Init()
|
||||
{
|
||||
|
@ -56,7 +56,11 @@ const short kwxMacAppleMenuId = 1 ;
|
||||
|
||||
// Construct a menu with optional title (then use append)
|
||||
|
||||
#ifdef __UNIX__
|
||||
short wxMenu::s_macNextMenuId = 3 ;
|
||||
#else
|
||||
short wxMenu::s_macNextMenuId = 2 ;
|
||||
#endif
|
||||
|
||||
void wxMenu::Init()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user