Hide Python window on close button

This commit is contained in:
Seth Hillbrand 2021-09-21 15:00:08 -07:00
parent a5955ecbf7
commit becc3a228e
1 changed files with 3 additions and 0 deletions

View File

@ -729,6 +729,9 @@ class KiCadEditorFrame(KiCadPyFrame):
event.Veto()
return
self.parent.Hide()
pass
def OnIdle(self, event):
"""Event handler for idle time."""
self._updateStatus()