mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
Bugfix: GUI: Re-check validity after QValidatedLineEdit::setCheckValidator
This commit is contained in:
parent
2385b508d5
commit
b1a544be10
@ -106,6 +106,7 @@ void QValidatedLineEdit::checkValidity()
|
||||
void QValidatedLineEdit::setCheckValidator(const QValidator *v)
|
||||
{
|
||||
checkValidator = v;
|
||||
checkValidity();
|
||||
}
|
||||
|
||||
bool QValidatedLineEdit::isValid()
|
||||
|
Loading…
Reference in New Issue
Block a user