mailr14755 - /1.3/gui/results_viewer.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:16:
Author: bugman
Date: Mon Sep 26 15:16:44 2011
New Revision: 14755

URL: http://svn.gna.org/viewcvs/relax?rev=14755&view=rev
Log:
Fix for the results viewer window on MS Windows - it is no longer hidden 
after switching pipes.

For some reason MS Windows always brings the main GUI window to the front 
when pipe switches occur
(probably the notebook switching).

Modified:
    1.3/gui/results_viewer.py

Modified: 1.3/gui/results_viewer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/results_viewer.py?rev=14755&r1=14754&r2=14755&view=diff
==============================================================================
--- 1.3/gui/results_viewer.py (original)
+++ 1.3/gui/results_viewer.py Mon Sep 26 15:16:44 2011
@@ -350,6 +350,9 @@
         # Update the window.
         self.refresh()
 
+        # Bug fix for MS Windows (bring the window back).
+        wx.CallAfter(self.Raise)
+
 
     def update_pipes(self):
         """Update the data pipe list."""




Related Messages


Powered by MHonArc, Updated Mon Sep 26 16:20:02 2011