daboide Commit
Revision 716
Date: 2006-12-18 15:25:59 -0800 (Mon, 18 Dec 2006)
Author: Ed
Changed:
U trunk/ClassDesignerPropSheet.py
Log:
Set MultipleSelection to False for the property grid, as it makes no sense to
select more than one property at once.
Diff:
Modified: trunk/ClassDesignerPropSheet.py
===================================================================
--- trunk/ClassDesignerPropSheet.py 2006-12-18 14:50:20 UTC (rev 715)
+++ trunk/ClassDesignerPropSheet.py 2006-12-18 23:25:59 UTC (rev 716)
@@ -521,6 +521,7 @@
class PropertyGrid(dabo.ui.dGrid):
def initProperties(self):
self.SelectionMode = "Row"
+ self.MultipleSelection = False
def afterInit(self):
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev