summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 32a71d3c1..d97a54cbf 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -743,6 +743,7 @@ static int readColorType(const std::string &type)
"LISTBOX_SELECTED",
"RADIOBUTTON",
"POPUP",
+ "POPUP_OUTLINE",
"TAB",
"TAB_HIGHLIGHTED",
"TAB_SELECTED",
@@ -1001,7 +1002,6 @@ void Theme::loadColors(std::string file)
mColors[paletteId * THEME_COLORS_END + type].set(
type, color, grad, 10);
-
if (!findLast(id, "_OUTLINE"))
{
const int type2 = readColorType(id + "_OUTLINE");