mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
configuration_shared: Fix blank state hiding check box
This commit is contained in:
parent
a4de202cbd
commit
05c26411a3
1 changed files with 1 additions and 2 deletions
|
@ -253,8 +253,7 @@ void ConfigurationShared::SetHighlight(QWidget* widget, bool highlighted) {
|
|||
widget->setStyleSheet(QStringLiteral("QWidget#%1 { background-color:rgba(0,203,255,0.5) }")
|
||||
.arg(widget->objectName()));
|
||||
} else {
|
||||
widget->setStyleSheet(QStringLiteral("QWidget#%1 { background-color:rgba(0,0,0,0) }")
|
||||
.arg(widget->objectName()));
|
||||
widget->setStyleSheet(QStringLiteral(""));
|
||||
}
|
||||
widget->show();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue