summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/dir_picker_ctrl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/dir_picker_ctrl.cc b/src/wx/dir_picker_ctrl.cc
index fe4937edf..0805c0bdf 100644
--- a/src/wx/dir_picker_ctrl.cc
+++ b/src/wx/dir_picker_ctrl.cc
@@ -55,6 +55,9 @@ DirPickerCtrl::SetPath (wxString p)
wxCommandEvent ev (wxEVT_COMMAND_DIRPICKER_CHANGED, wxID_ANY);
GetEventHandler()->ProcessEvent (ev);
+
+ _sizer->Layout ();
+ _sizer->SetSizeHints (this);
}
wxString