dabo Commit
Revision 5792
Date: 2010-04-23 11:35:31 -0700 (Fri, 23 Apr 2010)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5792

Changed:
U   trunk/ide/ReportDesigner.py

Log:
Fixed bug which wouldn't paste multiple objects from one band into another.
Probably broken in r5621 or r5630 from February 2010.


Diff:
Modified: trunk/ide/ReportDesigner.py
===================================================================
--- trunk/ide/ReportDesigner.py 2010-04-22 21:41:01 UTC (rev 5791)
+++ trunk/ide/ReportDesigner.py 2010-04-23 18:35:31 UTC (rev 5792)
@@ -555,7 +555,7 @@
                        selBand = None
                        for obj in objs:
                                if obj.parent not in parents:
-                                       parents.append(obj)
+                                       parents.append(obj.parent)
 
                        if len(parents) > 1:
                                # keep pasted objects in the same parents 



_______________________________________________
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