mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 10:32:22 -04:00
Hide RSImageBlockWidget when changing Forum Post.
This commit is contained in:
parent
b6c5e2f188
commit
92b4097fe5
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue