Advertisement
Guest User

wxLUTViewer.patch

a guest
May 10th, 2011
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.44 KB | None | 0 0
  1. --- /a/dispcalGUI/wxLUTViewer.py    2010-11-14 03:59:02.000000000 +0100
  2. +++ /b/dispcalGUI/wxLUTViewer.py    2011-05-10 18:38:52.067708971 +0200
  3. @@ -26,7 +26,7 @@
  4.  
  5.     def __init__(self, *args, **kwargs):
  6.         plot.PlotCanvas.__init__(self, *args, **kwargs)
  7. -       self.canvas.Bind(wx.EVT_LEAVE_WINDOW, None)
  8. +       self.canvas.Unbind(wx.EVT_LEAVE_WINDOW)
  9.         self.SetBackgroundColour(BGCOLOUR)
  10.         self.SetEnableAntiAliasing(True)
  11.         self.SetEnableHiRes(True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement