mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-27 08:09:31 +00:00
- Fixed Back on-screen menu button for OptionsMenu wasn't working
- Fixed MainMenu buttonlist not navigating with keybinds after going to optionsMenu and going back - Fixed menu title text clipping - Fixed keybind preview images on keybind lists in OptionsMenu being modal - Fixed btn_l and btn_r bitmap button binding not working - Fixed a/b and x/y button bitmaps on xbox controllers being flipped
This commit is contained in:
parent
6e101595d6
commit
36d00e09d3
7 changed files with 28 additions and 19 deletions
|
|
@ -623,7 +623,7 @@ function tryCloseOptionsMenu(%val)
|
|||
}
|
||||
else
|
||||
{
|
||||
Canvas.popDialog(OptionsMenu);
|
||||
BaseUIBackOut(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -642,7 +642,7 @@ function OptionsMenu::applyChangedOptions(%this)
|
|||
%prefPath = getPrefpath();
|
||||
export("$pref::*", %prefPath @ "/clientPrefs." @ $TorqueScriptFileExtension, false);
|
||||
|
||||
Canvas.popDialog(OptionsMenu);
|
||||
BaseUIBackOut(1);
|
||||
|
||||
if($optionsChangeRequiresRestart)
|
||||
MessageBoxOK("Restart Required", "Some of your changes require the game to be restarted.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue