mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 21:10:32 +00:00
Adds a separate gui profile for the popupmenus themselves that has a lighter border color, making it easier to keep track of the layout
Fixes the C++ asset creation and management function names so the AB can create C++ assets now removes duplicate menuBuilder script file
This commit is contained in:
parent
083e367be1
commit
473e566b70
4 changed files with 12 additions and 266 deletions
|
|
@ -303,7 +303,7 @@ void PopupMenu::showPopup(GuiCanvas *owner, S32 x /* = -1 */, S32 y /* = -1 */)
|
|||
Sim::findObject("PopUpMenuControl", backgroundCtrl);
|
||||
|
||||
GuiControlProfile* profile;
|
||||
Sim::findObject("ToolsGuiMenuBarProfile", profile);
|
||||
Sim::findObject("ToolsGuiPopupMenuProfile", profile);
|
||||
|
||||
if (!profile)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue