mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 19:39:02 +02:00
Bugfix: GUI: Only apply invalid style to QValidatedLineEdit, not its tooltip
This commit is contained in:
@@ -28,7 +28,7 @@ void QValidatedLineEdit::setValid(bool _valid)
|
||||
}
|
||||
else
|
||||
{
|
||||
setStyleSheet(STYLE_INVALID);
|
||||
setStyleSheet("QValidatedLineEdit { " STYLE_INVALID "}");
|
||||
}
|
||||
this->valid = _valid;
|
||||
}
|
||||
|
Reference in New Issue
Block a user