]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dc.cpp
Get the page title from the IHtmlDocument rather than the bowser as it actually retur...
[wxWidgets.git] / src / msw / dc.cpp
index 17ffaae9bf7d76020b7b1a5d02903059b231a532..e0e1ec6523475415acc22f3a6de4b47c28ff85d7 100644 (file)
@@ -82,7 +82,7 @@ IMPLEMENT_ABSTRACT_CLASS(wxMSWDCImpl, wxDCImpl)
 // constants
 // ---------------------------------------------------------------------------
 
-static const int VIEWPORT_EXTENT = 1000;
+static const int VIEWPORT_EXTENT = 1024;
 
 // ROPs which don't have standard names (see "Ternary Raster Operations" in the
 // MSDN docs for how this and other numbers in wxDC::Blit() are obtained)