mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 20:49:30 +02:00
Bugfix: GUI: Re-check validity after QValidatedLineEdit::setCheckValidator
This commit is contained in:
@@ -106,6 +106,7 @@ void QValidatedLineEdit::checkValidity()
|
||||
void QValidatedLineEdit::setCheckValidator(const QValidator *v)
|
||||
{
|
||||
checkValidator = v;
|
||||
checkValidity();
|
||||
}
|
||||
|
||||
bool QValidatedLineEdit::isValid()
|
||||
|
Reference in New Issue
Block a user