mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 10:59:07 +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);
|
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