mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-02 07:07:32 +02:00
Fix missing semicolon
This commit is contained in:
parent
d14cbb406d
commit
c74c7d1e8e
@ -310,7 +310,7 @@ void setDisabledPalette(QWidget *w)
|
||||
|
||||
pal.setCurrentColorGroup( QPalette::Normal );
|
||||
|
||||
QColor textColor = Qt::black
|
||||
QColor textColor = Qt::black;
|
||||
if ( qGray(pal.color(QPalette::Window).rgba()) < 100) {
|
||||
textColor = Qt::white;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user