Merge pull request #1130 from Azaezel/alpha41/doDropdownDisplay

kill duplicate ToolsGuiPopupMenuProfile define
This commit is contained in:
Brian Roberts 2023-11-11 21:31:35 -06:00 committed by GitHub
commit 11ad16583e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";