From cce4b7490a7e3709c0c0e7db944600dfe6374d8e Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Mon, 18 May 2015 22:48:04 +0000 Subject: [PATCH] Element info widget : set disable focus to the first line edit git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3975 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 89b5c590e..1136312c6 100644 --- a/sources/ui/elementinfowidget.cpp +++ b/sources/ui/elementinfowidget.cpp @@ -34,7 +34,7 @@ ElementInfoWidget::ElementInfoWidget(Element *elmt, QWidget *parent) : ui(new Ui::ElementInfoWidget), element_(elmt), elmt_info(elmt->elementInformations()), - m_first_activation (true) + m_first_activation (false) { ui->setupUi(this); buildInterface();