Stop the main timer when the toast is done, otherwise it will burn

This commit is contained in:
Robin Dunn
2017-04-28 20:57:38 -07:00
parent 5a669d5462
commit 5348e369bc

View File

@@ -1247,6 +1247,7 @@ class ToasterBoxWindow(wx.Frame):
if self._amount < 0:
self.Hide()
self.showtime.Stop()
if self._parent2:
self._parent2.Notify()