mailr12007 - /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:15:
Author: bugman
Date: Tue Dec 28 21:15:24 2010
New Revision: 12007

URL: http://svn.gna.org/viewcvs/relax?rev=12007&view=rev
Log:
Reverted r12005 as the deepcopy was deadly!

The command used was:
svn merge -r12005:12004 .

.....
  r12005 | bugman | 2010-12-28 21:11:31 +0100 (Tue, 28 Dec 2010) | 3 lines
  Changed paths:
     M /branches/bieri_gui/gui_bieri/about.py
  
  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=12007&r1=12006&r2=12007&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Tue Dec 28 21:15:24 2010
@@ -211,7 +211,7 @@
         """
 
         # Get the original font.
-        orig_font = deepcopy(self.dc.GetFont())
+        orig_font = self.dc.GetFont()
         orig_fg = deepcopy(self.dc.GetTextForeground())
 
         # Set the font.




Related Messages


Powered by MHonArc, Updated Tue Dec 28 21:40:01 2010