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

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4065 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-07-22 13:36:44 +00:00
parent 6a902ca530
commit 0454296d0a

View File

@@ -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();