From 6b174ede8ebf314c329a58fac1df41fdc310ddb1 Mon Sep 17 00:00:00 2001 From: chelovechishko Date: Sun, 16 Aug 2020 16:22:10 +0900 Subject: [PATCH] gxsforums: undo leftover of invisible reply menu action for last post in thread my bad --- retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp b/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp index 486e05a99..fed1ddb7e 100644 --- a/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp +++ b/retroshare-gui/src/gui/gxsforums/GxsForumThreadWidget.cpp @@ -659,7 +659,6 @@ void GxsForumThreadWidget::threadListCustomPopupMenu(QPoint /*point*/) // disable visibility for childless if (has_current_post) { - replyAct->setVisible(has_children); // still no setEnabled markMsgAsRead->setVisible(IS_MSG_UNREAD(current_post.mMsgStatus)); markMsgAsUnread->setVisible(!IS_MSG_UNREAD(current_post.mMsgStatus));