mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 02:18:03 +02:00
IDE: Guttermarks (warn/hint) adjust priority
This commit is contained in:
parent
fca464e951
commit
7dfa9c442c
@ -1136,7 +1136,7 @@ begin
|
||||
Result.Line:=Line;
|
||||
Result.Column:=Column;
|
||||
Result.Visible:=true;
|
||||
Result.Priority:=Priority;
|
||||
Result.Priority:= 100 + Priority; // show before breakpoints (breakpoints lowest prior are kept to the right)
|
||||
Result.Urgency:=MsgLine.Urgency;
|
||||
Result.ImageList:=ImageList;
|
||||
Result.ImageIndex:=MarkStyles[Result.Urgency].ImageIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user