From 0454296d0a8b557ddedc2d1b3bee2473f9d32731 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 22 Jul 2015 13:36:44 +0000 Subject: [PATCH] Element info widget : delete momentarily set focus to the first line edit, because the focus in line edit prevents using the keyboard to element git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4065 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/ui/elementinfowidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ui/elementinfowidget.cpp b/sources/ui/elementinfowidget.cpp index bd88877d8..8bf92241a 100644 --- a/sources/ui/elementinfowidget.cpp +++ b/sources/ui/elementinfowidget.cpp @@ -32,7 +32,7 @@ ElementInfoWidget::ElementInfoWidget(Element *elmt, QWidget *parent) : AbstractElementPropertiesEditorWidget(parent), ui(new Ui::ElementInfoWidget), - m_first_activation (true) + m_first_activation (false) { ui->setupUi(this); buildInterface();