diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-27 20:51:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-27 23:15:06 +0300 |
commit | 0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32 (patch) | |
tree | 067a83c7296a959e759ce14cf4a00b114aa5985c /src/gui/theme.cpp | |
parent | f799d0cc056be8850733be931c976d59e6dbe582 (diff) | |
download | plus-0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32.tar.gz plus-0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32.tar.bz2 plus-0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32.tar.xz plus-0cb1ee2755e26a6e0f14f5f05fda4bbd8bf22f32.zip |
Add outlining to status popup dialog.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
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"); |