mailr20204 - /branches/relax_disp/gui/analyses/wizard.py


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

Header


Content

Posted by edward on June 18, 2013 - 18:54:
Author: bugman
Date: Tue Jun 18 18:54:13 2013
New Revision: 20204

URL: http://svn.gna.org/viewcvs/relax?rev=20204&view=rev
Log:
Mac OS X bug fix for the new analysis GUI wizard.

The blank button is now using the blank_150x150.png file instead of no image, 
preventing nasty
wxPython bugs from appearing on that system.


Modified:
    branches/relax_disp/gui/analyses/wizard.py

Modified: branches/relax_disp/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/wizard.py?rev=20204&r1=20203&r2=20204&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/wizard.py (original)
+++ branches/relax_disp/gui/analyses/wizard.py Tue Jun 18 18:54:13 2013
@@ -279,7 +279,7 @@
         self.button_custom = 
self.create_button(id=self.button_ids['custom'], box=sizer2, size=size, 
bmp=ANALYSIS_IMAGE_PATH+"custom_150x150.png", tooltip="Custom analysis 
(disabled)", fn=self.select_custom, disabled=True)
 
         # The blank reserved button.
-        self.button_reserved = 
self.create_button(id=self.button_ids['reserved'], box=sizer2, size=size, 
bmp=None, tooltip=None, fn=self.select_custom, disabled=True)
+        self.button_reserved = 
self.create_button(id=self.button_ids['reserved'], box=sizer2, size=size, 
bmp=ANALYSIS_IMAGE_PATH+"blank_150x150.png", tooltip=None, fn=None, 
disabled=True)
 
         # Add the sizers.
         box.Add(sizer1, 0, wx.ALIGN_CENTER_HORIZONTAL, 0)




Related Messages


Powered by MHonArc, Updated Tue Jun 18 19:00:02 2013