mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
plasma: remove bogus tooltip widget style sheet override
I don't know what that was supposed to style ("p" is the class name, is supposed to be something like "QLabel") Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c1456e739a
commit
f83e176dcf
1 changed files with 0 additions and 1 deletions
|
@ -385,7 +385,6 @@ void ToolTip::updateTheme()
|
|||
plasmaPalette.setColor(QPalette::WindowText, textColor);
|
||||
setAutoFillBackground(true);
|
||||
setPalette(plasmaPalette);
|
||||
d->text->setStyleSheet(QString("p { color: %1; }").arg(textColor.name()));
|
||||
update();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue