projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce077e
)
Remove double buffering from wxWebViewIE as this is handled by the web browser contro...
author
Steve Lamerton
<steve.lamerton@gmail.com>
Thu, 17 Nov 2011 20:43:34 +0000
(20:43 +0000)
committer
Steve Lamerton
<steve.lamerton@gmail.com>
Thu, 17 Nov 2011 20:43:34 +0000
(20:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69786
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/webview_ie.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/webview_ie.cpp
b/src/msw/webview_ie.cpp
index 76c4583333961fbd2a3e84066911e85ecc79cca8..239b86290e8e8a11830bab1755ef45fd5d30873d 100644
(file)
--- a/
src/msw/webview_ie.cpp
+++ b/
src/msw/webview_ie.cpp
@@
-83,8
+83,6
@@
bool wxWebViewIE::Create(wxWindow* parent,
m_container = new wxActiveXContainer(this, IID_IWebBrowser2, m_webBrowser);
- SetBackgroundStyle(wxBG_STYLE_PAINT);
- SetDoubleBuffered(true);
LoadURL(url);
return true;
}