mailr10493 - /branches/bieri_gui/gui_bieri/relax_gui.py


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

Header


Content

Posted by edward on January 28, 2010 - 12:49:
Author: bugman
Date: Thu Jan 28 12:49:32 2010
New Revision: 10493

URL: http://svn.gna.org/viewcvs/relax?rev=10493&view=rev
Log:
The controller window does not lock the GUI after clicking 'View -> 
Controller'.

Show() is used instead of ShowModal().


Modified:
    branches/bieri_gui/gui_bieri/relax_gui.py

Modified: branches/bieri_gui/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/relax_gui.py?rev=10493&r1=10492&r2=10493&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/relax_gui.py (original)
+++ branches/bieri_gui/gui_bieri/relax_gui.py Thu Jan 28 12:49:32 2010
@@ -2585,7 +2585,7 @@
         """
 
         # Open the window.
-        self.controller.ShowModal()
+        self.controller.Show()
 
         # Terminate the event.
         event.Skip()




Related Messages


Powered by MHonArc, Updated Thu Jan 28 13:00:03 2010