]> git.saurik.com Git - wxWidgets.git/commitdiff
Set the initial size
authorJulian Smart <julian@anthemion.co.uk>
Sat, 10 Oct 2009 11:02:01 +0000 (11:02 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 10 Oct 2009 11:02:01 +0000 (11:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlwin.cpp

index 8fedf6c9992b44812f81037e31d592039e661525..19c57ef57c972fd0fd72444a9406cd7a4372a68d 100644 (file)
@@ -338,8 +338,9 @@ bool wxHtmlWindow::Create(wxWindow *parent, wxWindowID id,
     // at all so disable it to avoid executing any user-defined handlers twice
     // (and to avoid processing unnecessary event if no handlers are defined).
     SetBackgroundStyle(wxBG_STYLE_PAINT);
     // at all so disable it to avoid executing any user-defined handlers twice
     // (and to avoid processing unnecessary event if no handlers are defined).
     SetBackgroundStyle(wxBG_STYLE_PAINT);
-
     SetPage(wxT("<html><body></body></html>"));
     SetPage(wxT("<html><body></body></html>"));
+
+    SetInitialSize(size);
     return true;
 }
 
     return true;
 }