Skip to content

Commit

Permalink
Right clicking a link gives an option to copy the link
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 22, 2021
1 parent c12a3fd commit fee5a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsimagedroptextedit.cpp
Expand Up @@ -43,6 +43,7 @@
QgsImageDropTextEdit::QgsImageDropTextEdit( QWidget *parent )
: QTextEdit( parent )
{
setTextInteractionFlags( Qt::TextEditorInteraction | Qt::LinksAccessibleByMouse );
}

QgsImageDropTextEdit::~QgsImageDropTextEdit() = default;
Expand Down

0 comments on commit fee5a29

Please sign in to comment.