]> git.saurik.com Git - wxWidgets.git/commitdiff
Dont crash wxFileDialog on Mac when calling CentreOnXXX. Do nothing.
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Feb 2001 19:45:00 +0000 (19:45 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Feb 2001 19:45:00 +0000 (19:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/filedlg.h

index 1ce921758e15b27dc600dfb00281f64f745f1a26..be26bc025048c225e98bf0243b0e7720af8a8d87 100644 (file)
@@ -63,6 +63,12 @@ public:
     inline int GetFilterIndex() const { return m_filterIndex ; }
 
     int ShowModal();
+    
+    // not supported for file dialog, RR
+    virtual void DoSetSize(int x, int y,
+                           int width, int height,
+                           int sizeFlags = wxSIZE_AUTO) {}
+
 };
 
 #define wxOPEN              0x0001