From 6fabd4014f75660f809a87b07a74c8d217c44ee3 Mon Sep 17 00:00:00 2001 From: Christian Hohnstaedt Date: Sat, 12 Apr 2014 10:41:47 +0200 Subject: [PATCH] SF Bug #89 Validating CRL distribution point results in error Take focus from input field before validating --- widgets/v3ext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/v3ext.cpp b/widgets/v3ext.cpp index 3c9a1af1..d124df24 100644 --- a/widgets/v3ext.cpp +++ b/widgets/v3ext.cpp @@ -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() ) {