mailr14464 - /1.3/gui/pipe_editor.py


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

Header


Content

Posted by edward on August 26, 2011 - 09:50:
Author: bugman
Date: Fri Aug 26 09:49:59 2011
New Revision: 14464

URL: http://svn.gna.org/viewcvs/relax?rev=14464&view=rev
Log:
Fix for the pipe editor window - it is now updated when initially created to 
show all loaded pipes.


Modified:
    1.3/gui/pipe_editor.py

Modified: 1.3/gui/pipe_editor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/pipe_editor.py?rev=14464&r1=14463&r2=14464&view=diff
==============================================================================
--- 1.3/gui/pipe_editor.py (original)
+++ 1.3/gui/pipe_editor.py Fri Aug 26 09:49:59 2011
@@ -100,6 +100,9 @@
 
         # Initialise the observer name.
         self.name = 'pipe editor'
+
+        # Update the grid.
+        self.update_grid()
 
 
     def Show(self, show=True):




Related Messages


Powered by MHonArc, Updated Fri Aug 26 10:20:02 2011