mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 01:56:03 +08:00
Maybe fix issue #17
This commit is contained in:
parent
66d6f1082a
commit
dbf146b688
@ -278,6 +278,7 @@ class mainWindow(configBase.configWindowBase):
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user