mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 11:29:31 -04:00
Merge pull request #1856 from PhenomRetroShare/Fix_HideRSImageBlockWidgetWhenChangingForumPost
Hide RSImageBlockWidget when changing Forum Post.
This commit is contained in:
commit
87790fe82b
1 changed files with 2 additions and 0 deletions
|
@ -1049,6 +1049,8 @@ void GxsForumThreadWidget::insertMessage()
|
||||||
ui->lineLeft->hide();
|
ui->lineLeft->hide();
|
||||||
ui->by_text_label->hide();
|
ui->by_text_label->hide();
|
||||||
ui->by_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.
|
// 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