mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
Fix ForumThread Setting Loading
This commit is contained in:
parent
477f0a8a76
commit
6d53529cd4
1 changed files with 3 additions and 3 deletions
|
@ -292,9 +292,6 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
|
|||
|
||||
mLastViewType = -1;
|
||||
|
||||
// load settings
|
||||
processSettings(true);
|
||||
|
||||
float f = QFontMetricsF(font()).height()/14.0f ;
|
||||
|
||||
/* Set header resize modes and initial section sizes */
|
||||
|
@ -328,6 +325,9 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
|
|||
|
||||
//ui->threadTreeWidget->installEventFilter(this) ;
|
||||
|
||||
// load settings
|
||||
processSettings(true);
|
||||
|
||||
blankPost();
|
||||
|
||||
ui->subscribeToolButton->setToolTip(tr( "<p>Subscribing to the forum will gather \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue