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() ) {