diff options
Diffstat (limited to 'src/gui/widgets/tabbedarea.cpp')
-rw-r--r-- | src/gui/widgets/tabbedarea.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tabbedarea.cpp b/src/gui/widgets/tabbedarea.cpp index 3a9ded199..5e3af38d4 100644 --- a/src/gui/widgets/tabbedarea.cpp +++ b/src/gui/widgets/tabbedarea.cpp @@ -44,12 +44,12 @@ TabbedArea::TabbedArea(const Widget2 *const widget) : mWidgetContainer(new gcn::Container()), mTabsToDelete(), mTabs(), - mOpaque(false), mTabsWidth(0), mVisibleTabsWidth(0), mTabScrollIndex(0), - mEnableScrollButtons(false), mRightMargin(0), + mOpaque(false), + mEnableScrollButtons(false), mFollowDownScroll(false), mBlockSwitching(true), mResizeHeight(true) |