Merge branch 'IDE/Options/Editor/KeyMapNodeIcon' into 'main'

IDE/Options: Do not change the node icon in the list of conflict keys when selecting

See merge request freepascal.org/lazarus/lazarus!434
This commit is contained in:
Juha Manninen 2025-02-06 10:12:30 +00:00
commit 98ab457e1b

View File

@ -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;