Merge pull request #82 from sdevijver/master

Also clear the ListBox when clearing the grid
master
kliment 2011-11-08 07:18:17 -08:00
commit 44a2daa2e3
1 changed files with 1 additions and 0 deletions

View File

@ -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):