Progress bar - decrement num windows if update fails (RISKY CHANGE)
More battling over the number of open windows. Hopefully won't cause lots of problems!
This commit is contained in:
parent
4119ea8b5c
commit
60034cd168
|
@ -764,7 +764,7 @@ class ProgressBar(Element):
|
|||
try:
|
||||
self.ParentForm.TKroot.update()
|
||||
except:
|
||||
# _my_windows.Decrement()
|
||||
_my_windows.Decrement()
|
||||
return False
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue