dabo Commit
Revision 5591
Date: 2010-01-08 13:45:52 -0800 (Fri, 08 Jan 2010)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5591

Changed:
U   trunk/ide/ReportDesigner.py

Log:
Fixed a typo that caused an exception when pressing <Enter> when
a report object was selected. Now it brings up the default property
in the property sheet like was intended.


Diff:
Modified: trunk/ide/ReportDesigner.py
===================================================================
--- trunk/ide/ReportDesigner.py 2010-01-06 02:29:32 UTC (rev 5590)
+++ trunk/ide/ReportDesigner.py 2010-01-08 21:45:52 UTC (rev 5591)
@@ -1751,7 +1751,7 @@
                                if prop in selectedDrawables[0].AvailableProps:
                                        propName = prop
                                        break
-                       self.editProperty(propName)
+                       rdc.editProperty(propName)
 
                else:
                        ## arrow key



_______________________________________________
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