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):
wx.YES_NO | wx.ICON_QUESTION)
if (result == 2):
self.models={}
self.l.Clear()
self.Refresh()
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