Stop cleanup timer if there is nothing to be cleaned
This commit is contained in:
@@ -1324,6 +1324,8 @@ class FitItem(wx.Window):
|
||||
self.btnsStatus = ""
|
||||
self.Refresh()
|
||||
self.cleanupTimer.Stop()
|
||||
else:
|
||||
self.cleanupTimer.Stop()
|
||||
event.Skip()
|
||||
|
||||
def StartCleanupTimer(self):
|
||||
|
||||
Reference in New Issue
Block a user