mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Bugfix: GUI: Only apply invalid style to QValidatedLineEdit, not its tooltip
This commit is contained in:
parent
9828f9a996
commit
2385b508d5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ void QValidatedLineEdit::setValid(bool _valid)
|
|||
}
|
||||
else
|
||||
{
|
||||
setStyleSheet(STYLE_INVALID);
|
||||
setStyleSheet("QValidatedLineEdit { " STYLE_INVALID "}");
|
||||
}
|
||||
this->valid = _valid;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue