Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205354
b: refs/heads/master
c: be6d947
h: refs/heads/master
v: v3
  • Loading branch information
Nikhil Rao authored and Frederic Weisbecker committed Aug 1, 2010
1 parent 0780e03 commit d78747e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 207f90fc4757adc732d5ac23ad11bb90dd078754
refs/heads/master: be6d947691376218e788418e2656fc9a3e43b9bc
2 changes: 2 additions & 0 deletions trunk/tools/perf/scripts/python/sched-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d78747e

Please sign in to comment.