Skip to content
Snippets Groups Projects
Commit f05ef071 authored by Edric's avatar Edric Committed by gerrit2
Browse files

select ring id text on double click

This add a visual feedback to show the ring id has been
copied to the clipboard

Change-Id: I83ea11e8b524d83d3b2183c1a5b62bac4401c7fe
Tuleap: #715
parent 1bed3f95
Branches
No related tags found
No related merge requests found
......@@ -35,5 +35,6 @@ IdLabel::mouseDoubleClickEvent(QMouseEvent* event)
Q_UNUSED(event);
QApplication::clipboard()->setText(this->text());
setSelection(0, text().size());
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment