Skip to content

Commit 273d5ba

Browse files
author
Ram Rachum
committed
-
1 parent 7da39a2 commit 273d5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garlicsim_wx/garlicsim_wx/widgets/general_misc/cute_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ class CuteDialog(wx.Dialog):
88
def ShowModal(self):
99
if wx.Platform == '__WXMAC__':
1010
wx.CallAfter(lambda: self.Centre(wx.BOTH))
11-
super(CuteDialog, self).ShowModal()
11+
return super(CuteDialog, self).ShowModal()
1212

0 commit comments

Comments
 (0)