summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_active_document.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc
index d92fea7..40137e9 100644
--- a/chrome_frame/chrome_active_document.cc
+++ b/chrome_frame/chrome_active_document.cc
@@ -435,7 +435,7 @@ HRESULT ChromeActiveDocument::ActiveXDocActivate(LONG verb) {
::ShowWindow(m_hWnd, SW_SHOW);
SetFocus();
} else {
- m_hWnd = Create(parent_window, position_rect);
+ m_hWnd = Create(parent_window, position_rect, 0, 0, WS_EX_CLIENTEDGE);
}
}
SetObjectRects(&position_rect, &clip_rect);