gxsforums: undo leftover of invisible reply menu action

for last post in thread
my bad
This commit is contained in:
chelovechishko 2020-08-16 16:22:10 +09:00
parent 2c03deaa33
commit 6b174ede8e

View File

@ -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));