mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
kill duplicate ToolsGuiPopupMenuProfile define
This commit is contained in:
parent
eeb42632f5
commit
99b024d0c6
1 changed files with 0 additions and 6 deletions
|
|
@ -1395,12 +1395,6 @@ singleton GuiControlProfile( ToolsGuiMenuBarProfile )
|
||||||
fontType = $Gui::fontTypeRegular;
|
fontType = $Gui::fontTypeRegular;
|
||||||
};
|
};
|
||||||
|
|
||||||
singleton GuiControlProfile( ToolsGuiPopupMenuProfile : ToolsGuiMenuBarProfile )
|
|
||||||
{
|
|
||||||
borderColor = EditorSettings.value("Theme/dividerLightColor");
|
|
||||||
borderColorHL = EditorSettings.value("Theme/dividerMidColor");
|
|
||||||
};
|
|
||||||
|
|
||||||
singleton GuiControlProfile( ToolsMenubarProfile : ToolsGuiDefaultProfile )
|
singleton GuiControlProfile( ToolsMenubarProfile : ToolsGuiDefaultProfile )
|
||||||
{
|
{
|
||||||
bitmap = "./menubar";
|
bitmap = "./menubar";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue