Skip to content
Snippets Groups Projects
Commit 792011c1 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Allow message text selection

parent 1c9e92b8
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ HistoryViewItem::HistoryViewItem(const Event &event, bool with_sender, const QSt
"</body>"
"</html>");
content_label_->setText(content.arg(color).arg(sender).arg(body));
content_label_->setTextInteractionFlags(Qt::TextSelectableByMouse);
top_layout_ = new QHBoxLayout();
top_layout_->setMargin(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment