Fix Icons for call stack

git-svn-id: trunk@57631 -
This commit is contained in:
martin 2018-04-09 10:34:17 +00:00
parent 8196338704
commit d5c2ad0fca

View File

@ -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];