OSDN Git Service

Ver0.19
[gefu/Gefu.git] / locationbox.cpp
index f801e94..2468434 100644 (file)
@@ -24,7 +24,7 @@ void LocationBox::updateAppearance(bool darker)
 
     QPalette pal = palette();
     int darkness = 100;
-    if (darker && settings.value(IniKey_EnableDarker).toBool()) {
+    if (darker) {
         darkness += settings.value(IniKey_Darkness).toInt();
     }
     pal.setColor(QPalette::Base, settings.value(IniKey_BoxColorBg).value<QColor>().darker(darkness));