diff --git a/gooey/gui/widgets/widget_pack.py b/gooey/gui/widgets/widget_pack.py index 00a624b..46e5f2d 100644 --- a/gooey/gui/widgets/widget_pack.py +++ b/gooey/gui/widgets/widget_pack.py @@ -79,7 +79,8 @@ class BaseFileChooser(BaseChooser): if result: # self.text_box references a field on the class this is passed into # kinda hacky, but avoided a buncha boilerplate - self.text_box.SetLabelText(result) + self.text_box.SetValue(result) + def build_dialog(style, exist_constraint=True, **kwargs): if exist_constraint: