Skip to content

Commit

Permalink
Maybe fix issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Mar 16, 2012
1 parent 66d6f10 commit dbf146b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SkeinPyPy_NewUI/newui/mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def removeSliceProgress(self, spp):
newSize = self.GetSize();
newSize.IncBy(0, -spp.GetSize().GetHeight())
self.SetSize(newSize)
self.sizer.Remove(spp)
spp.Destroy()
for spp in self.progressPanelList:
self.sizer.Remove(spp)
Expand Down

0 comments on commit dbf146b

Please sign in to comment.