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:
parent
a5955ecbf7
commit
becc3a228e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user