While icons aren't often used in Mac menus, they *are* supported.
This commit is contained in:
parent
b04f1b2d93
commit
728777da7c
|
@ -136,5 +136,5 @@ void KIPLATFORM::UI::SetOverlayScrolling( const wxWindow* aWindow, bool overlay
|
||||||
|
|
||||||
bool KIPLATFORM::UI::AllowIconsInMenus()
|
bool KIPLATFORM::UI::AllowIconsInMenus()
|
||||||
{
|
{
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
Loading…
Reference in New Issue