We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da39a2 commit 273d5baCopy full SHA for 273d5ba
garlicsim_wx/garlicsim_wx/widgets/general_misc/cute_dialog.py
@@ -8,5 +8,5 @@ class CuteDialog(wx.Dialog):
8
def ShowModal(self):
9
if wx.Platform == '__WXMAC__':
10
wx.CallAfter(lambda: self.Centre(wx.BOTH))
11
- super(CuteDialog, self).ShowModal()
+ return super(CuteDialog, self).ShowModal()
12
0 commit comments