mailr11957 - /branches/bieri_gui/gui_bieri/components/spin_view.py


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

Header


Content

Posted by edward on December 23, 2010 - 15:43:
Author: bugman
Date: Thu Dec 23 15:43:54 2010
New Revision: 11957

URL: http://svn.gna.org/viewcvs/relax?rev=11957&view=rev
Log:
The text of the pipe combobox is set at the end in update_pipes() so that it 
is visible in MS Windows.


Modified:
    branches/bieri_gui/gui_bieri/components/spin_view.py

Modified: branches/bieri_gui/gui_bieri/components/spin_view.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/components/spin_view.py?rev=11957&r1=11956&r2=11957&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/components/spin_view.py (original)
+++ branches/bieri_gui/gui_bieri/components/spin_view.py Thu Dec 23 15:43:54 
2010
@@ -978,9 +978,6 @@
         # Clear the previous data.
         self.pipe_name.Clear()
 
-        # Set the pipe name to the cdp.
-        self.pipe_name.SetValue(pipe)
-
         # The list of pipe names.
         for name in pipe_names():
             self.pipe_name.Append(name)
@@ -992,6 +989,9 @@
 
             # Update the tree view.
             self.tree_panel.update()
+
+        # Set the pipe name to the cdp.
+        self.pipe_name.SetValue(pipe)
 
 
 




Related Messages


Powered by MHonArc, Updated Thu Dec 23 16:00:02 2010