diff options
Diffstat (limited to 'style/optionHandler.cpp')
| -rw-r--r-- | style/optionHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/optionHandler.cpp b/style/optionHandler.cpp index 589786a..faa639a 100644 --- a/style/optionHandler.cpp +++ b/style/optionHandler.cpp @@ -100,9 +100,9 @@ void OptionHandler::reloadSettings() { if (inactiveButtonColor < 0 || inactiveButtonColor > 3) inactiveButtonColor = config.readNumEntry( "Design_InactiveButtonStyle", Background); if (style_ == Brushed) - bgStipple = TRUE; + bgStipple = true; else if (i3 == 0) - bgStipple = FALSE; + bgStipple = false; else bgStipple = config.readBoolEntry( "Design_StippleBackground", true ); // inactive Button |
