mailr14731 - /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 September 21, 2011 - 14:46:
Author: bugman
Date: Wed Sep 21 14:46:41 2011
New Revision: 14731

URL: http://svn.gna.org/viewcvs/relax?rev=14731&view=rev
Log:
Bug fix for MS Windows - the spin viewer window was being hidden by the main 
window when switching pipes.

The window is now being re-raised to the front.


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=14731&r1=14730&r2=14731&view=diff
==============================================================================
--- 1.3/gui/spin_viewer/frame.py (original)
+++ 1.3/gui/spin_viewer/frame.py Wed Sep 21 14:46:41 2011
@@ -340,6 +340,9 @@
         # Set the pipe name to the cdp.
         self.pipe_name.SetValue(str_to_gui(pipe))
 
+        # Bug fix for MS Windows.
+        wx.CallAfter(self.Raise)
+
         # Reset the cursor.
         wx.EndBusyCursor()
 




Related Messages


Powered by MHonArc, Updated Wed Sep 21 15:40:02 2011