Skip to content

Commit

Permalink
Bugfix: GUI: Re-check validity after QValidatedLineEdit::setCheckVali…
Browse files Browse the repository at this point in the history
…dator
  • Loading branch information
luke-jr committed Feb 13, 2020
1 parent 2385b50 commit b1a544b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/qvalidatedlineedit.cpp
Expand Up @@ -106,6 +106,7 @@ void QValidatedLineEdit::checkValidity()
void QValidatedLineEdit::setCheckValidator(const QValidator *v)
{
checkValidator = v;
checkValidity();
}

bool QValidatedLineEdit::isValid()
Expand Down

0 comments on commit b1a544b

Please sign in to comment.