You've already forked lazarus-ccr
richmemo: patch the Search result not returning true. By David. bug #32297
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7281 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1086,6 +1086,7 @@ begin
|
|||||||
// depending on the language and search options (to be done)
|
// depending on the language and search options (to be done)
|
||||||
// mostly for Arabi and Hebrew languages
|
// mostly for Arabi and Hebrew languages
|
||||||
ATextLength:=UTF8Length(ANiddle);
|
ATextLength:=UTF8Length(ANiddle);
|
||||||
|
Result := (ATextStart >= 0);
|
||||||
end else begin
|
end else begin
|
||||||
Result:=TWSCustomRichMemoClass(WidgetSetClass).SearchEx(Self, ANiddle, so, ATextStart, ATextLength);
|
Result:=TWSCustomRichMemoClass(WidgetSetClass).SearchEx(Self, ANiddle, so, ATextStart, ATextLength);
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user