SVN commit 1138388 by hpereiradacosta: Fixed stylesheet definition so that it applies only on kpushbutton. Otherwise the passed stylesheet also applies to the associated tooltip, which creates artifacts. M +1 -1 kcalc.cpp --- trunk/KDE/kdeutils/kcalc/kcalc.cpp #1138387:1138388 @@ -1751,7 +1751,7 @@ { calc_display->changeSettings(); - QString sheet = "background-color: %1"; + QString sheet = "KPushButton { background-color: %1 }"; QColor numPal(KCalcSettings::numberButtonsColor()); for (int i = 0; i < 10; i++) {