mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
kill duplicate ToolsGuiPopupMenuProfile define
This commit is contained in:
parent
eeb42632f5
commit
99b024d0c6
|
|
@ -1395,12 +1395,6 @@ singleton GuiControlProfile( ToolsGuiMenuBarProfile )
|
|||
fontType = $Gui::fontTypeRegular;
|
||||
};
|
||||
|
||||
singleton GuiControlProfile( ToolsGuiPopupMenuProfile : ToolsGuiMenuBarProfile )
|
||||
{
|
||||
borderColor = EditorSettings.value("Theme/dividerLightColor");
|
||||
borderColorHL = EditorSettings.value("Theme/dividerMidColor");
|
||||
};
|
||||
|
||||
singleton GuiControlProfile( ToolsMenubarProfile : ToolsGuiDefaultProfile )
|
||||
{
|
||||
bitmap = "./menubar";
|
||||
|
|
|
|||
Loading…
Reference in a new issue