mailr14086 - /branches/gui_testing/gui/controller.py


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

Header


Content

Posted by edward on August 03, 2011 - 16:05:
Author: bugman
Date: Wed Aug  3 16:05:21 2011
New Revision: 14086

URL: http://svn.gna.org/viewcvs/relax?rev=14086&view=rev
Log:
The relax controller window now can move behind the other windows.


Modified:
    branches/gui_testing/gui/controller.py

Modified: branches/gui_testing/gui/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/controller.py?rev=14086&r1=14085&r2=14086&view=diff
==============================================================================
--- branches/gui_testing/gui/controller.py (original)
+++ branches/gui_testing/gui/controller.py Wed Aug  3 16:05:21 2011
@@ -54,7 +54,7 @@
         self.gui = gui
 
         # Initialise the base class.
-        super(Controller, self).__init__(self.gui, -1, 
style=wx.DEFAULT_FRAME_STYLE|wx.STAY_ON_TOP)
+        super(Controller, self).__init__(self.gui, -1, 
style=wx.DEFAULT_FRAME_STYLE)
 
         # Some default values.
         self.size_x = 800




Related Messages


Powered by MHonArc, Updated Wed Aug 03 17:40:02 2011