diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-24 15:03:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-24 15:03:41 +0100 |
| commit | be204493844d5316ff93d25a07c0f40944a78c5d (patch) | |
| tree | a76722cd6bde6af298f55362d1bab64a2d108e42 /src/wx/dir_picker_ctrl.h | |
| parent | 2153f1155959cd5eef5b8de77845558b84110b5f (diff) | |
Another fix for new file dialog sizing when using DirPickerCtrl.
Diffstat (limited to 'src/wx/dir_picker_ctrl.h')
| -rw-r--r-- | src/wx/dir_picker_ctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dir_picker_ctrl.h b/src/wx/dir_picker_ctrl.h index 383362f57..2a486d891 100644 --- a/src/wx/dir_picker_ctrl.h +++ b/src/wx/dir_picker_ctrl.h @@ -23,7 +23,7 @@ class DirPickerCtrl : public wxPanel { public: - DirPickerCtrl (wxWindow *, wxSize size = wxDefaultSize); + DirPickerCtrl (wxWindow *); wxString GetPath () const; void SetPath (wxString); |
