mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-23 05:05:30 -04:00
de-select current message when showing forum info
This commit is contained in:
parent
d5aa8dd9f3
commit
6969eae3ff
1 changed files with 1 additions and 0 deletions
|
@ -400,6 +400,7 @@ void GxsForumThreadWidget::handleEvent_main_thread(std::shared_ptr<const RsEvent
|
||||||
void GxsForumThreadWidget::showForumInfo()
|
void GxsForumThreadWidget::showForumInfo()
|
||||||
{
|
{
|
||||||
mThreadId.clear();
|
mThreadId.clear();
|
||||||
|
ui->threadTreeWidget->selectionModel()->clear();
|
||||||
updateForumDescription(true);
|
updateForumDescription(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue