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:
MikeTheWatchGuy 2018-08-24 23:32:12 -04:00
parent 4119ea8b5c
commit 60034cd168

View file

@ -764,7 +764,7 @@ class ProgressBar(Element):
try:
self.ParentForm.TKroot.update()
except:
# _my_windows.Decrement()
_my_windows.Decrement()
return False
return True