X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c2ba9a1e12258f1d923ee8f7131626afde76061..16abe93eb44fe991b8b618bc1049f56d68903297:/include/wx/prntbase.h diff --git a/include/wx/prntbase.h b/include/wx/prntbase.h index 829d17f87a..bc8df5fed0 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|wxFULL_REPAINT_ON_RESIZE, + long style = wxDEFAULT_FRAME_STYLE, const wxString& name = wxT("frame")); ~wxPreviewFrame(); @@ -212,6 +212,7 @@ protected: wxPreviewCanvas* m_previewCanvas; wxPreviewControlBar* m_controlBar; wxPrintPreviewBase* m_printPreview; + wxWindowDisabler* m_windowDisabler; private: DECLARE_CLASS(wxPreviewFrame)