mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-14 17:38:52 +00:00
Bugfix: GUI: Only apply invalid style to QValidatedLineEdit, not its tooltip
This commit is contained in:
parent
9828f9a996
commit
2385b508d5
@ -28,7 +28,7 @@ void QValidatedLineEdit::setValid(bool _valid)
|
||||
}
|
||||
else
|
||||
{
|
||||
setStyleSheet(STYLE_INVALID);
|
||||
setStyleSheet("QValidatedLineEdit { " STYLE_INVALID "}");
|
||||
}
|
||||
this->valid = _valid;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user