mailr12027 - /branches/bieri_gui/gui_bieri/about.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 30, 2010 - 10:13:
Author: bugman
Date: Thu Dec 30 10:13:16 2010
New Revision: 12027

URL: http://svn.gna.org/viewcvs/relax?rev=12027&view=rev
Log:
The about windows can now be scrolled using the mouse.

All mouse events were previously captured to change the cursor over URLs, so 
the scrolling events
were being lost.


Modified:
    branches/bieri_gui/gui_bieri/about.py

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=12027&r1=12026&r2=12027&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Thu Dec 30 10:13:16 2010
@@ -106,7 +106,7 @@
         self.window.Bind(wx.EVT_PAINT, self.generate)
 
         # Let the dialog be closable with a left button click.
-        self.window.Bind(wx.EVT_MOUSE_EVENTS, self.cursor_style)
+        self.window.Bind(wx.EVT_MOTION, self.cursor_style)
 
         # Let the dialog be closable with a left button click.
         self.window.Bind(wx.EVT_LEFT_DOWN, self.process_click)




Related Messages


Powered by MHonArc, Updated Thu Dec 30 11:40:02 2010