From f24b1dd8d8bfa707058e1243f35d49b7c222cb43 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 22 Jul 2015 00:28:33 +0000 Subject: [PATCH] Element info widget : restore set focus to the first line edit, because dock now save data on the fly git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4063 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 8bf92241a..bd88877d8 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 (false) + m_first_activation (true) { ui->setupUi(this); buildInterface();