mailr10662 - /branches/bieri_gui/gui_bieri/about.py


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

Header


Content

Posted by edward on February 04, 2010 - 22:47:
Author: bugman
Date: Thu Feb  4 22:47:48 2010
New Revision: 10662

URL: http://svn.gna.org/viewcvs/relax?rev=10662&view=rev
Log:
The about windows now stay above all others!


Modified:
    branches/bieri_gui/gui_bieri/about.py

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=10662&r1=10661&r2=10662&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Thu Feb  4 22:47:48 2010
@@ -53,7 +53,7 @@
         """Build the dialog."""
 
         # Change the dialog style.
-        kwds["style"] = wx.BORDER_NONE
+        kwds["style"] = wx.BORDER_NONE | wx.STAY_ON_TOP
 
         # Execute the base class __init__() method.
         super(About_base, self).__init__(*args, **kwds)




Related Messages


Powered by MHonArc, Updated Fri Feb 05 10:40:01 2010