Commit cfb0b815 authored by Steven Devijver's avatar Steven Devijver

Also clear ListBox when clearing grid

parent 06a69074
...@@ -241,6 +241,7 @@ class showstl(wx.Window): ...@@ -241,6 +241,7 @@ class showstl(wx.Window):
wx.YES_NO | wx.ICON_QUESTION) wx.YES_NO | wx.ICON_QUESTION)
if (result == 2): if (result == 2):
self.models={} self.models={}
self.l.Clear()
self.Refresh() self.Refresh()
def move(self,event): def move(self,event):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment