[qet] [4065] Element info widget : delete momentarily set focus to the first line edit, because the focus in line edit prevents using the keyboard to element

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 4065
Author:   scorpio810
Date:     2015-07-22 15:36:44 +0200 (Wed, 22 Jul 2015)
Log Message:
-----------
Element info widget : delete momentarily set focus to the first line edit, because the focus in line edit prevents using the keyboard to element

Modified Paths:
--------------
    trunk/sources/ui/elementinfowidget.cpp

Modified: trunk/sources/ui/elementinfowidget.cpp
===================================================================
--- trunk/sources/ui/elementinfowidget.cpp	2015-07-22 13:19:43 UTC (rev 4064)
+++ trunk/sources/ui/elementinfowidget.cpp	2015-07-22 13:36:44 UTC (rev 4065)
@@ -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();


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/