mailr14770 - /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 October 04, 2011 - 12:00:
Author: bugman
Date: Tue Oct  4 12:00:23 2011
New Revision: 14770

URL: http://svn.gna.org/viewcvs/relax?rev=14770&view=rev
Log:
Reverted r14731 as this was hiding all other windows if the spin viewer 
window was open.

The command used was:
svn merge -r14731:r14730 .

Another, more correct solution needs to be found for the MS Windows GUI bug.

.....
  r14731 | bugman | 2011-09-21 14:46:41 +0200 (Wed, 21 Sep 2011) | 5 lines
  Changed paths:
     M /1.3/gui/spin_viewer/frame.py
  
  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=14770&r1=14769&r2=14770&view=diff
==============================================================================
--- 1.3/gui/spin_viewer/frame.py (original)
+++ 1.3/gui/spin_viewer/frame.py Tue Oct  4 12:00:23 2011
@@ -342,9 +342,6 @@
         # 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.
         if wx.IsBusy():
             wx.EndBusyCursor()




Related Messages


Powered by MHonArc, Updated Tue Oct 04 12:40:01 2011