diff --git a/[refs] b/[refs] index 7d6b3bcc5c93..9c1a62e42a23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 207f90fc4757adc732d5ac23ad11bb90dd078754 +refs/heads/master: be6d947691376218e788418e2656fc9a3e43b9bc diff --git a/trunk/tools/perf/scripts/python/sched-migration.py b/trunk/tools/perf/scripts/python/sched-migration.py index e9898c5dbcc8..8b8fb7c60991 100644 --- a/trunk/tools/perf/scripts/python/sched-migration.py +++ b/trunk/tools/perf/scripts/python/sched-migration.py @@ -54,6 +54,8 @@ def __init__(self, timeslices, parent = None, id = -1, title = "Migration"): self.scroll_panel.Bind(wx.EVT_KEY_DOWN, self.on_key_press) self.scroll_panel.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down) self.scroll.Bind(wx.EVT_PAINT, self.on_paint) + self.scroll.Bind(wx.EVT_KEY_DOWN, self.on_key_press) + self.scroll.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down) self.scroll.Fit() self.Fit()