dabo Commit
Revision 4177
Date: 2008-06-24 11:09:16 -0700 (Tue, 24 Jun 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4177

Changed:
U   trunk/ide/ClassDesignerComponents.py

Log:
Fixes a bug when deleting a spacer at the form level.


Diff:
Modified: trunk/ide/ClassDesignerComponents.py
===================================================================
--- trunk/ide/ClassDesignerComponents.py        2008-06-24 15:13:31 UTC (rev 
4176)
+++ trunk/ide/ClassDesignerComponents.py        2008-06-24 18:09:16 UTC (rev 
4177)
@@ -898,7 +898,7 @@
                csi = lp.ControllingSizerItem
                if sizerAtts:
                        cs.setItemProps(csi, sizerAtts)
-               self.Controller.select(self.Parent)
+               self.Controller.select(lp)
                dabo.ui.callAfter(self.Form.updateApp)
 
 




_______________________________________________
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