Index: views/widget/widget_win.cc |
=================================================================== |
--- views/widget/widget_win.cc (revision 17077) |
+++ views/widget/widget_win.cc (working copy) |
@@ -255,7 +255,7 @@ |
void WidgetWin::SetBounds(const gfx::Rect& bounds) { |
SetWindowPos(NULL, bounds.x(), bounds.y(), bounds.width(), bounds.height(), |
- SWP_NOACTIVATE); |
+ SWP_NOACTIVATE | SWP_NOZORDER); |
} |
void WidgetWin::Close() { |