added double click on set element properties (issue #1225)

git-svn-id: trunk@7844 -
This commit is contained in:
vincents 2005-09-28 07:11:46 +00:00
parent c943976da2
commit caa54488de

View File

@ -2276,7 +2276,7 @@ begin
//either an Event or an enumeration or Boolean
CurRow:=Rows[FItemIndex];
TypeKind := CurRow.Editor.GetPropType^.Kind;
if TypeKind in [tkEnumeration,tkBool] then begin
if TypeKind in [tkEnumeration,tkBool, tkSet] then begin
// set value to next value in list
FillComboboxItems;
if ValueComboBox.Items.Count = 0 then Exit;