Title: [commits] (stearns) [11283] Fix bug 6385 (Start up options dialog is modal on Mac) by getting rid of the flag that causes the box to remain on top of all others.
Revision
11283
Author
stearns
Date
2006-07-31 11:05:10 -0700 (Mon, 31 Jul 2006)

Log Message

Fix bug 6385 (Start up options dialog is modal on Mac) by getting rid of the flag that causes the box to remain on top of all others.

Modified Paths

Diff

Modified: trunk/chandler/application/dialogs/StartupOptionsDialog.py (11282 => 11283)

--- trunk/chandler/application/dialogs/StartupOptionsDialog.py	2006-07-31 15:34:03 UTC (rev 11282)
+++ trunk/chandler/application/dialogs/StartupOptionsDialog.py	2006-07-31 18:05:10 UTC (rev 11283)
@@ -50,7 +50,7 @@
         # creation, and then we create the GUI dialog using the Create
         # method.
         pre = wx.PreDialog()
-        style = wx.CAPTION | wx.STAY_ON_TOP
+        style = wx.CAPTION
         pre.Create(None, -1, _(u"Startup Options for Chandler"), 
                    wx.DefaultPosition, wx.DefaultSize, style)
 




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to