Skip to content

Commit a14e994

Browse files
authored
Finder -> Target.GetColorsMatrix
Simba 2 moved away from Finder, to Target.
1 parent e7b9173 commit a14e994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleOCR.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ initialization
147147
'function TSimpleOCR._GetColorsMatrix(B: TBox): TIntegerMatrix; static;',
148148
'begin',
149149
' {$IFDEF SIMBAMAJOR2000}',
150-
' Result := Finder.GetColorsMatrix(B);',
150+
' Result := Target.GetColorsMatrix(B);',
151151
' {$ELSE}',
152152
' Result := GetColorsMatrix(B.X1, B.Y1, B.X2, B.Y2);',
153153
' {$ENDIF}',

0 commit comments

Comments
 (0)