]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/prntbase.cpp
fixed loop deleting the old filters in SetWildcard() after last commit
[wxWidgets.git] / src / common / prntbase.cpp
index 1f1f0487f73b195528f91a63309c518dd569a2d3..6afdf78053e210ea444116ce58edf2661c53645f 100644 (file)
@@ -1006,7 +1006,7 @@ void wxPreviewFrame::CreateControlBar()
     if (m_printPreview->GetPrintoutForPrinting())
         buttons |= wxPREVIEW_PRINT;
 
-    m_controlBar = new wxPreviewControlBar(m_printPreview, buttons, this, wxPoint(), wxSize(400, 40));
+    m_controlBar = new wxPreviewControlBar(m_printPreview, buttons, this, wxPoint(0,0), wxSize(400, 40));
     m_controlBar->CreateButtons();
 }