[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
]
- To: qet@xxxxxxxxxxxxxxxxxxx
- Subject: [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
- From: subversion@xxxxxxxxxxxxx
- Date: Wed, 22 Jul 2015 15:36:44 +0200
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();