7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 11:21:41 +00:00

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

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()