mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:09:41 +02:00
IDE/Options: Do not change the node icon in the list of conflict keys when selecting
This commit is contained in:
parent
aec061aae2
commit
2ca2c980dd
@ -675,7 +675,7 @@ var
|
|||||||
inc(ConflictCount);
|
inc(ConflictCount);
|
||||||
ConflictNode:=ConflictsTreeView.Items.Add(nil,srkmConflic+IntToStr(ConflictCount));
|
ConflictNode:=ConflictsTreeView.Items.Add(nil,srkmConflic+IntToStr(ConflictCount));
|
||||||
ConflictNode.ImageIndex:=imgKeyItem;
|
ConflictNode.ImageIndex:=imgKeyItem;
|
||||||
ConflictNode.StateIndex:=imgKeyItem;
|
ConflictNode.SelectedIndex:=imgKeyItem;
|
||||||
KeyNode:=ConflictsTreeView.Items.AddChild(ConflictNode,
|
KeyNode:=ConflictsTreeView.Items.AddChild(ConflictNode,
|
||||||
KeyShortCutToCaption(Key1));
|
KeyShortCutToCaption(Key1));
|
||||||
KeyNode.ImageIndex := imgKeyItem;
|
KeyNode.ImageIndex := imgKeyItem;
|
||||||
|
Loading…
Reference in New Issue
Block a user