mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 13:24:03 +08:00
[python] fix realtimeplotapp
realtimeplotapp calls Stop() on IvyMessagesInterface and expects it to only unbind. Add an extra Shudown method for messagesapp that also stops Ivy.
This commit is contained in:
@@ -139,5 +139,5 @@ class MessagesFrame(wx.Frame):
|
||||
|
||||
def OnClose(self, event):
|
||||
self.timer.cancel()
|
||||
self.interface.Stop()
|
||||
self.interface.Shutdown()
|
||||
self.Destroy()
|
||||
|
||||
Reference in New Issue
Block a user