mailr14753 - /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 September 26, 2011 - 15:07:
Author: bugman
Date: Mon Sep 26 15:07:35 2011
New Revision: 14753

URL: http://svn.gna.org/viewcvs/relax?rev=14753&view=rev
Log:
MS Windows bug fix for pipe switching in the data pipe editor window.

The pipe window would be hidden after the switch!


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=14753&r1=14752&r2=14753&view=diff
==============================================================================
--- 1.3/gui/pipe_editor.py (original)
+++ 1.3/gui/pipe_editor.py Mon Sep 26 15:07:35 2011
@@ -389,6 +389,9 @@
         # Switch to the selected data pipe.
         switch(self.selected_pipe)
 
+        # Bug fix for MS Windows.
+        wx.CallAfter(self.Raise)
+
 
     def resize(self, event):
         """Catch the resize to allow the grid to be resized.




Related Messages


Powered by MHonArc, Updated Mon Sep 26 15:20:01 2011