diff --git a/plugins/Scheduler/plugin.py b/plugins/Scheduler/plugin.py index 4660b21b9..b556bd754 100644 --- a/plugins/Scheduler/plugin.py +++ b/plugins/Scheduler/plugin.py @@ -271,3 +271,4 @@ class scheduler_select(gtk.DrawingArea): def mouse_leave(self, widget, event): self.clear_infotext() self.hover_point = [-1,-1] +