mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #1933 from Areloch/SDLMenubarFixins
Fixes editor handling of menubars when opening/closing.
This commit is contained in:
commit
ca4204be14
16 changed files with 238 additions and 142 deletions
|
|
@ -126,7 +126,7 @@
|
|||
profile = "GuiMenuButtonProfile";
|
||||
visible = "1";
|
||||
active = "1";
|
||||
command = "GuiEdit();";
|
||||
command = "toggleGuiEditor(1);";
|
||||
tooltipProfile = "GuiToolTipProfile";
|
||||
tooltip = "The GUI Editor is accessible in-game by pressing F10";
|
||||
hovertime = "1000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue