diff --git a/retroshare-gui/src/gui/common/FriendList.cpp b/retroshare-gui/src/gui/common/FriendList.cpp index 2db31d734..3dbdfdd13 100644 --- a/retroshare-gui/src/gui/common/FriendList.cpp +++ b/retroshare-gui/src/gui/common/FriendList.cpp @@ -500,10 +500,6 @@ static void getNameWidget(QTreeWidget *treeWidget, QTreeWidgetItem *item, Elided nameLabel = new ElidedLabel(widget); textLabel = new ElidedLabel(widget); - widget->setAttribute(Qt::WA_TransparentForMouseEvents, true); - nameLabel->setAttribute(Qt::WA_TransparentForMouseEvents, true); - textLabel->setAttribute(Qt::WA_TransparentForMouseEvents, true); - widget->setProperty("nameLabel", qVariantFromValue(nameLabel)); widget->setProperty("textLabel", qVariantFromValue(textLabel));