mailr15723 - /1.3/gui/spin_viewer/frame.py


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

Header


Content

Posted by edward on April 16, 2012 - 14:54:
Author: bugman
Date: Mon Apr 16 14:54:57 2012
New Revision: 15723

URL: http://svn.gna.org/viewcvs/relax?rev=15723&view=rev
Log:
Fix for the spin loading wizard of the spin window.

The RadioButtons of the first page for selecting the spin loading method are 
now fixed.  With the
new 2.9.3.1 wxPython version, all options were selected.  Now using the 
wx.RB_GROUP style, the first
option is the only one initially selected.


Modified:
    1.3/gui/spin_viewer/frame.py

Modified: 1.3/gui/spin_viewer/frame.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/spin_viewer/frame.py?rev=15723&r1=15722&r2=15723&view=diff
==============================================================================
--- 1.3/gui/spin_viewer/frame.py (original)
+++ 1.3/gui/spin_viewer/frame.py Mon Apr 16 14:54:57 2012
@@ -460,7 +460,7 @@
         sizer2.Add(sizer_radio, 1, wx.ALL|wx.EXPAND, 0)
 
         # The sequence radio button.
-        self.radio_seq = wx.RadioButton(self, -1, "From a file containing 
sequence data.")
+        self.radio_seq = wx.RadioButton(self, -1, "From a file containing 
sequence data.", style=wx.RB_GROUP)
         sizer_radio.Add(self.radio_seq, 0, wx.LEFT|wx.ALIGN_CENTER_VERTICAL, 
0)
 
         # Spacing.




Related Messages


Powered by MHonArc, Updated Mon Apr 16 15:20:01 2012