Hide RSImageBlockWidget when changing Forum Post.

This commit is contained in:
Phenom 2020-04-14 16:13:51 +02:00
parent b6c5e2f188
commit 92b4097fe5

View File

@ -1049,6 +1049,8 @@ void GxsForumThreadWidget::insertMessage()
ui->lineLeft->hide();
ui->by_text_label->hide();
ui->by_label->hide();
ui->postText->setImageBlockWidget(ui->imageBlockWidget) ;
ui->postText->resetImagesStatus(Settings->getForumLoadEmbeddedImages());
// add/show combobox for versions, if applicable, and enable it. If no older versions of the post available, hide the combobox.