mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #1856 from PhenomRetroShare/Fix_HideRSImageBlockWidgetWhenChangingForumPost
Hide RSImageBlockWidget when changing Forum Post.
This commit is contained in:
commit
87790fe82b
@ -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…
Reference in New Issue
Block a user