mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 10:48:43 +00:00
PINK: use RTL menu in hebrew version
This commit is contained in:
parent
a92864c8c1
commit
abeb33fb71
@ -135,6 +135,9 @@ void PinkEngine::initMenu() {
|
||||
_director->getWndManager().setEngine(this);
|
||||
|
||||
_menu = Graphics::MacMenu::createMenuFromPEexe(_exeResources, &_director->getWndManager());
|
||||
if (getLanguage() == Common::HE_ISR) {
|
||||
_menu->setAlignment(Graphics::kTextAlignRight);
|
||||
}
|
||||
_menu->calcDimensions();
|
||||
_menu->setCommandsCallback(&menuCommandsCallback, this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user