use wxWindowDisabler instead of ShowModal() for showing the print preview frame (patch 832288)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-25 17:09:30 +00:00
parent 74c481d117
commit 7c9955536a
2 changed files with 5 additions and 10 deletions

View File

@@ -212,6 +212,7 @@ protected:
wxPreviewCanvas* m_previewCanvas;
wxPreviewControlBar* m_controlBar;
wxPrintPreviewBase* m_printPreview;
wxWindowDisabler* m_windowDisabler;
private:
DECLARE_CLASS(wxPreviewFrame)