X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21d9680705204eff1745c57cf6b96381751243f4..eb7350290f690dd3e4d92bcf0515027678b3374f:/include/wx/gtk/filepicker.h?ds=sidebyside diff --git a/include/wx/gtk/filepicker.h b/include/wx/gtk/filepicker.h index cda74e3da1..8b92ee6d0a 100644 --- a/include/wx/gtk/filepicker.h +++ b/include/wx/gtk/filepicker.h @@ -105,6 +105,8 @@ public: // overrides FILEDIRBTN_OVERRIDES protected: + virtual bool GTKShouldConnectSizeRequest() const { return false; } + wxDialog *m_dialog; DECLARE_DYNAMIC_CLASS(wxFileButton) @@ -180,9 +182,6 @@ public: // used by the GTK callback only bool m_bIgnoreNextChange; - void UpdatePath(const char *gtkpath) - { m_path = wxString::FromAscii(gtkpath); } - void GTKUpdatePath(const char *gtkpath); private: