X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21d9680705204eff1745c57cf6b96381751243f4..03773e400b6ff2692f2a9ba045d652c3b7b7109d:/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: