mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-28 00:07:09 -05:00
Merge pull request #1921 from PhenomRetroShare/Fix_ForumThreadSetting
Fix ForumThread Setting Loading
This commit is contained in:
commit
436e9961ef
@ -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…
x
Reference in New Issue
Block a user