mailr12005 - /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 - 21:11:
Author: bugman
Date: Tue Dec 28 21:11:31 2010
New Revision: 12005

URL: http://svn.gna.org/viewcvs/relax?rev=12005&view=rev
Log:
Fix for the resetting of the font after drawing a URL - it was not 
functioning correctly.


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=12005&r1=12004&r2=12005&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Tue Dec 28 21:11:31 2010
@@ -211,7 +211,7 @@
         """
 
         # Get the original font.
-        orig_font = self.dc.GetFont()
+        orig_font = deepcopy(self.dc.GetFont())
         orig_fg = deepcopy(self.dc.GetTextForeground())
 
         # Set the font.




Related Messages


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