mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
Fix Icons for call stack
git-svn-id: trunk@57631 -
This commit is contained in:
parent
8196338704
commit
d5c2ad0fca
@ -426,7 +426,7 @@ begin
|
||||
if AIsCurLine
|
||||
then begin
|
||||
if ABreakPoint = nil
|
||||
then Result := ImgBreakPoints[7]
|
||||
then Result := ImgBreakPoints[8]
|
||||
else if ABreakPoint.Enabled
|
||||
then Result := ImgBreakPoints[9]
|
||||
else Result := ImgBreakPoints[10];
|
||||
|
Loading…
Reference in New Issue
Block a user