mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 21:08:51 +02:00
added double click on set element properties (issue #1225)
git-svn-id: trunk@7844 -
This commit is contained in:
parent
c943976da2
commit
caa54488de
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user