[qet] [3975] Element info widget : set disable focus to the first line edit |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3975
Author: scorpio810
Date: 2015-05-19 00:48:04 +0200 (Tue, 19 May 2015)
Log Message:
-----------
Element info widget : set disable focus to the first line edit
Modified Paths:
--------------
trunk/sources/ui/elementinfowidget.cpp
Modified: trunk/sources/ui/elementinfowidget.cpp
===================================================================
--- trunk/sources/ui/elementinfowidget.cpp 2015-05-18 22:19:14 UTC (rev 3974)
+++ trunk/sources/ui/elementinfowidget.cpp 2015-05-18 22:48:04 UTC (rev 3975)
@@ -34,7 +34,7 @@
ui(new Ui::ElementInfoWidget),
element_(elmt),
elmt_info(elmt->elementInformations()),
- m_first_activation (true)
+ m_first_activation (false)
{
ui->setupUi(this);
buildInterface();