SF Bug #89 Validating CRL distribution point results in error

Take focus from input field before validating
This commit is contained in:
Christian Hohnstaedt 2014-04-12 10:41:47 +02:00
parent 9710a78592
commit 6fabd4014f

View File

@ -167,7 +167,7 @@ bool v3ext::__validate(bool showSuccess)
{
x509v3ext ext;
QString str, error;
validate->setFocus(Qt::OtherFocusReason);
str = prefix + toString();
ext.create(nid, str, ext_ctx);
while (int i = ERR_get_error() ) {