summaryrefslogtreecommitdiffstats
path: root/views/controls/tabbed_pane.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/tabbed_pane.cc')
-rw-r--r--views/controls/tabbed_pane.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/tabbed_pane.cc b/views/controls/tabbed_pane.cc
index b7c41bc..a162131 100644
--- a/views/controls/tabbed_pane.cc
+++ b/views/controls/tabbed_pane.cc
@@ -172,7 +172,7 @@ HWND TabbedPane::CreateNativeControl(HWND parent_container) {
// Create the view container which is a child of the TabControl.
content_window_ = new WidgetWin();
- content_window_->Init(tab_control_, gfx::Rect());
+ content_window_->Init(tab_control_, gfx::Rect(), false);
// Explicitly setting the WS_EX_LAYOUTRTL property for the HWND (see above
// for a thorough explanation regarding why we waited until |content_window_|