wxFrame::CreateToolBar() stuff
wxDC::SetBackground from Chris Breeze zillions of compile fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -811,7 +811,7 @@ void wxDocManager::OnPreview(wxCommandEvent& WXUNUSED(event))
|
||||
preview = new wxWindowsPrintPreview(printout, view->OnCreatePrintout());
|
||||
else
|
||||
#endif
|
||||
preview = new wxPostScriptPrintPreview(printout, view->OnCreatePrintout());
|
||||
preview = new wxPostScriptPrintPreview(printout, view->OnCreatePrintout());
|
||||
|
||||
wxPreviewFrame *frame = new wxPreviewFrame(preview, (wxFrame *)wxTheApp->GetTopWindow(), "Print Preview",
|
||||
wxPoint(100, 100), wxSize(600, 650));
|
||||
|
Reference in New Issue
Block a user