mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Stop the main timer when the toast is done, otherwise it will burn
This commit is contained in:
@@ -1247,6 +1247,7 @@ class ToasterBoxWindow(wx.Frame):
|
||||
|
||||
if self._amount < 0:
|
||||
self.Hide()
|
||||
self.showtime.Stop()
|
||||
if self._parent2:
|
||||
self._parent2.Notify()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user