Commit 44a2daa2 authored by kliment's avatar kliment

Merge pull request #82 from sdevijver/master

Also clear the ListBox when clearing the grid
parents b9367632 cfb0b815
......@@ -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