diff options
Diffstat (limited to 'lib/extensions')
| -rw-r--r-- | lib/extensions/params.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/params.py b/lib/extensions/params.py index 81e4bd53..ea19672f 100644 --- a/lib/extensions/params.py +++ b/lib/extensions/params.py @@ -608,7 +608,7 @@ class SettingsPanel(wx.Panel): self.apply(event) def close(self): - self.GetTopLevelParent().Close() + wx.CallAfter(self.GetTopLevelParent().Close) def cancel(self, event): if self.cancel_hook: |
