mailr11996 - /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 28, 2010 - 18:35:
Author: bugman
Date: Tue Dec 28 18:35:20 2010
New Revision: 11996

URL: http://svn.gna.org/viewcvs/relax?rev=11996&view=rev
Log:
Fix for the cursor changing when above hyperlinks in the about windows.


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=11996&r1=11995&r2=11996&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Tue Dec 28 18:35:20 2010
@@ -398,7 +398,7 @@
                 select_cursor = wx.StockCursor(wx.CURSOR_HAND)
 
                 # Set the cursor.
-                self.SetCursor(select_cursor)
+                self.window.SetCursor(select_cursor)
 
                 # Reset the cursor type.
                 self.cursor_type = 'select'




Related Messages


Powered by MHonArc, Updated Tue Dec 28 20:40:02 2010