dabo Commit
Revision 4911
Date: 2009-01-06 15:09:46 -0800 (Tue, 06 Jan 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/4911

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

Log:
This makes the floating panel a child of the calling form. Previously it was an 
"orphan" dialog.


Diff:
Modified: trunk/dabo/ui/uiwx/dFormMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dFormMixin.py    2009-01-06 23:06:43 UTC (rev 4910)
+++ trunk/dabo/ui/uiwx/dFormMixin.py    2009-01-06 23:09:46 UTC (rev 4911)
@@ -722,7 +722,7 @@
                if not self._floatingPanel:
                        # Have to import it here, as it requires that 
dFormMixin be defined.
                        from dDialog import _FloatDialog
-                       self._floatingPanel = _FloatDialog(self)
+                       self._floatingPanel = _FloatDialog(owner=None, 
parent=self)
                return self._floatingPanel
 
 




_______________________________________________
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