mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 09:09:17 +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
|
if AIsCurLine
|
||||||
then begin
|
then begin
|
||||||
if ABreakPoint = nil
|
if ABreakPoint = nil
|
||||||
then Result := ImgBreakPoints[7]
|
then Result := ImgBreakPoints[8]
|
||||||
else if ABreakPoint.Enabled
|
else if ABreakPoint.Enabled
|
||||||
then Result := ImgBreakPoints[9]
|
then Result := ImgBreakPoints[9]
|
||||||
else Result := ImgBreakPoints[10];
|
else Result := ImgBreakPoints[10];
|
||||||
|
Loading…
Reference in New Issue
Block a user