Revision: 6457
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6457&view=rev
Author: dsdale
Date: 2008-11-29 21:14:26 +0000 (Sat, 29 Nov 2008)
Log Message:
-----------
added support for leave_notify_event in backend_qt4
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py
Modified: trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py 2008-11-29
02:20:56 UTC (rev 6456)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_qt4.py 2008-11-29
21:14:26 UTC (rev 6457)
@@ -105,6 +105,9 @@
def __timerEvent(self, event):
# hide until we can test and fix
self.mpl_idle_event(event)
+
+ def leaveEvent(self, event):
+ FigureCanvasBase.leave_notify_event(self, event)
def mousePressEvent( self, event ):
x = event.pos().x()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins