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