Dont crash wxFileDialog on Mac when calling CentreOnXXX. Do nothing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f222db9ce6
commit
a5b7b1edc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user