de-select current message when showing forum info

This commit is contained in:
csoler 2020-12-20 20:13:17 +01:00
parent d5aa8dd9f3
commit 6969eae3ff

View File

@ -400,6 +400,7 @@ void GxsForumThreadWidget::handleEvent_main_thread(std::shared_ptr<const RsEvent
void GxsForumThreadWidget::showForumInfo()
{
mThreadId.clear();
ui->threadTreeWidget->selectionModel()->clear();
updateForumDescription(true);
}