diff options
Diffstat (limited to 'views/window')
-rwxr-xr-x | views/window/window_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_win.cc b/views/window/window_win.cc index 9f53ae2..fc809932 100755 --- a/views/window/window_win.cc +++ b/views/window/window_win.cc @@ -513,7 +513,7 @@ void WindowWin::Init(HWND parent, const gfx::Rect& bounds) { if (window_ex_style() == 0) set_window_ex_style(CalculateWindowExStyle()); - WidgetWin::Init(parent, bounds); + WidgetWin::Init(parent, bounds, true); win_util::SetWindowUserData(GetNativeView(), this); // Create the ClientView, add it to the NonClientView and add the |