]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove double buffering from wxWebViewIE as this is handled by the web browser contro...
authorSteve Lamerton <steve.lamerton@gmail.com>
Thu, 17 Nov 2011 20:43:34 +0000 (20:43 +0000)
committerSteve 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

index 76c4583333961fbd2a3e84066911e85ecc79cca8..239b86290e8e8a11830bab1755ef45fd5d30873d 100644 (file)
@@ -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;
 }