Fix colouring issues with some Kvantum styles.
This commit is contained in:
committed by
Craig Drummond
parent
75c91711c8
commit
b11862ea38
@@ -131,7 +131,7 @@ public:
|
||||
break;
|
||||
case QEvent::HoverLeave:
|
||||
if (isEnabled()) {
|
||||
setStyleSheet(QString());
|
||||
setStyleSheet(QString("QLabel{color:%1;}").arg(((NowPlayingWidget *)parentWidget())->textColor().name()));
|
||||
}
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user