[qet] [4063] Element info widget : restore set focus to the first line edit, because dock now save data on the fly |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4063
Author: scorpio810
Date: 2015-07-22 02:28:33 +0200 (Wed, 22 Jul 2015)
Log Message:
-----------
Element info widget : restore set focus to the first line edit, because dock now save data on the fly
Modified Paths:
--------------
trunk/sources/ui/elementinfowidget.cpp
Modified: trunk/sources/ui/elementinfowidget.cpp
===================================================================
--- trunk/sources/ui/elementinfowidget.cpp 2015-07-21 13:46:28 UTC (rev 4062)
+++ trunk/sources/ui/elementinfowidget.cpp 2015-07-22 00:28:33 UTC (rev 4063)
@@ -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();