Browse Source

While icons aren't often used in Mac menus, they *are* supported.

7.0
Jeff Young 4 years ago
parent
commit
728777da7c
  1. 2
      libs/kiplatform/osx/ui.mm

2
libs/kiplatform/osx/ui.mm

@ -136,5 +136,5 @@ void KIPLATFORM::UI::SetOverlayScrolling( const wxWindow* aWindow, bool overlay
bool KIPLATFORM::UI::AllowIconsInMenus()
{
return false;
return true;
}
Loading…
Cancel
Save