From: Julian Smart Date: Wed, 7 Jan 2004 15:36:54 +0000 (+0000) Subject: Added wxFULL_REPAINT_ON_RESIZE style X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7c2ba9a1e12258f1d923ee8f7131626afde76061 Added wxFULL_REPAINT_ON_RESIZE style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/prntbase.h b/include/wx/prntbase.h index d7ed29ed22..829d17f87a 100644 --- a/include/wx/prntbase.h +++ b/include/wx/prntbase.h @@ -197,7 +197,7 @@ public: const wxString& title = wxT("Print Preview"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = wxDEFAULT_FRAME_STYLE, + long style = wxDEFAULT_FRAME_STYLE|wxFULL_REPAINT_ON_RESIZE, const wxString& name = wxT("frame")); ~wxPreviewFrame();