Minor : general_widget add TextEditorInteraction

This commit is contained in:
Laurent Trinques 2020-06-15 19:26:44 +02:00
parent e10ae8ce2e
commit 78a02af400

View File

@ -361,6 +361,7 @@ QWidget *ElementPropertiesWidget::generalWidget()
//widget for the text
QLabel *label = new QLabel (description_string, general_widget);
label->setWordWrap(true);
label->setTextInteractionFlags(Qt::TextEditorInteraction);
vlayout_->addWidget(label);
//widget for the pixmap