mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
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:
commit
98ab457e1b
@ -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