aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts')
-rw-r--r--tools/perf/scripts/python/sched-migration.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/sched-migration.py b/tools/perf/scripts/python/sched-migration.py
index e9898c5dbcc8..8b8fb7c60991 100644
--- a/tools/perf/scripts/python/sched-migration.py
+++ b/tools/perf/scripts/python/sched-migration.py
@@ -54,6 +54,8 @@ class RootFrame(wx.Frame):
54 self.scroll_panel.Bind(wx.EVT_KEY_DOWN, self.on_key_press) 54 self.scroll_panel.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
55 self.scroll_panel.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down) 55 self.scroll_panel.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
56 self.scroll.Bind(wx.EVT_PAINT, self.on_paint) 56 self.scroll.Bind(wx.EVT_PAINT, self.on_paint)
57 self.scroll.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
58 self.scroll.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
57 59
58 self.scroll.Fit() 60 self.scroll.Fit()
59 self.Fit() 61 self.Fit()