diff --git a/sources/ui/elementinfowidget.cpp b/sources/ui/elementinfowidget.cpp index 89b5c590e..1136312c6 100644 --- a/sources/ui/elementinfowidget.cpp +++ b/sources/ui/elementinfowidget.cpp @@ -34,7 +34,7 @@ ElementInfoWidget::ElementInfoWidget(Element *elmt, QWidget *parent) : ui(new Ui::ElementInfoWidget), element_(elmt), elmt_info(elmt->elementInformations()), - m_first_activation (true) + m_first_activation (false) { ui->setupUi(this); buildInterface();