Skip to content

Commit 807baf7

Browse files
committed
Merge branch 'development' of github.com:cool-RR/GarlicSim into development
2 parents 47702be + 5d09726 commit 807baf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garlicsim_wx/garlicsim_wx/widgets/general_misc/cute_file_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def create_show_modal_and_get_path(cls, *args, **kwargs):
4141
4242
Returns `None` if "Cancel" was pressed.
4343
'''
44-
dialog = cls(parent, *args, **kwargs)
44+
dialog = cls(*args, **kwargs)
4545
try:
4646
result = dialog.ShowModal()
4747
finally:

0 commit comments

Comments
 (0)