diff --git a/sources/ui/elementpropertieswidget.cpp b/sources/ui/elementpropertieswidget.cpp index 142b8f6f1..cb1e62951 100644 --- a/sources/ui/elementpropertieswidget.cpp +++ b/sources/ui/elementpropertieswidget.cpp @@ -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