X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3366d55c57c4f46ce43fac9f28d6207d0a5e6f6e..54f11060867c4c97ebbe7954353f5c311262fc4b:/include/wx/prntbase.h diff --git a/include/wx/prntbase.h b/include/wx/prntbase.h index b1aaee1b2f..4dc54556c2 100644 --- a/include/wx/prntbase.h +++ b/include/wx/prntbase.h @@ -376,7 +376,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 | wxFRAME_FLOAT_ON_PARENT, const wxString& name = wxFrameNameStr); virtual ~wxPreviewFrame();