mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
Fix ForumThread Setting Loading
This commit is contained in:
parent
477f0a8a76
commit
6d53529cd4
@ -292,9 +292,6 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
|
|||||||
|
|
||||||
mLastViewType = -1;
|
mLastViewType = -1;
|
||||||
|
|
||||||
// load settings
|
|
||||||
processSettings(true);
|
|
||||||
|
|
||||||
float f = QFontMetricsF(font()).height()/14.0f ;
|
float f = QFontMetricsF(font()).height()/14.0f ;
|
||||||
|
|
||||||
/* Set header resize modes and initial section sizes */
|
/* Set header resize modes and initial section sizes */
|
||||||
@ -328,6 +325,9 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
|
|||||||
|
|
||||||
//ui->threadTreeWidget->installEventFilter(this) ;
|
//ui->threadTreeWidget->installEventFilter(this) ;
|
||||||
|
|
||||||
|
// load settings
|
||||||
|
processSettings(true);
|
||||||
|
|
||||||
blankPost();
|
blankPost();
|
||||||
|
|
||||||
ui->subscribeToolButton->setToolTip(tr( "<p>Subscribing to the forum will gather \
|
ui->subscribeToolButton->setToolTip(tr( "<p>Subscribing to the forum will gather \
|
||||||
|
Loading…
Reference in New Issue
Block a user