mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:16:18 +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);
|
||||
ConflictNode:=ConflictsTreeView.Items.Add(nil,srkmConflic+IntToStr(ConflictCount));
|
||||
ConflictNode.ImageIndex:=imgKeyItem;
|
||||
ConflictNode.StateIndex:=imgKeyItem;
|
||||
ConflictNode.SelectedIndex:=imgKeyItem;
|
||||
KeyNode:=ConflictsTreeView.Items.AddChild(ConflictNode,
|
||||
KeyShortCutToCaption(Key1));
|
||||
KeyNode.ImageIndex := imgKeyItem;
|
||||
|
Loading…
Reference in New Issue
Block a user