dabo Commit
Revision 5292
Date: 2009-07-12 09:00:37 -0700 (Sun, 12 Jul 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5292

Changed:
U   trunk/dabo/ui/uiwx/dFormMixin.py

Log:
Corrects the issue with ShowFullScreen() reported in ticket #1243.


Diff:
Modified: trunk/dabo/ui/uiwx/dFormMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dFormMixin.py    2009-07-07 16:49:01 UTC (rev 5291)
+++ trunk/dabo/ui/uiwx/dFormMixin.py    2009-07-12 16:00:37 UTC (rev 5292)
@@ -1008,7 +1008,7 @@
                        elif lowvalue == "maximized":
                                self.Maximize()
                        elif lowvalue == "fullscreen":
-                               self.ShowFullScreen()
+                               self.ShowFullScreen(True)
                        else:
                                raise ValueError("The only possible values are "
                                                                "'Normal', 
'Minimized', 'Maximized', and 'FullScreen'")




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to