make the preview frame float on parent by default as otherwise it is hidden when the parent is a modal dialog, at least under wxGTK (#10341)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6bc176b4ab
commit
ca44dbde5f
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user