From 78a02af400fba41f2f51bd7e8eecae6b5888fbcb Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Mon, 15 Jun 2020 19:26:44 +0200 Subject: [PATCH] Minor : general_widget add TextEditorInteraction --- sources/ui/elementpropertieswidget.cpp | 1 + 1 file changed, 1 insertion(+) 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