SynEdit: Special handling for Caret under QT, workaround for bug #17210

git-svn-id: trunk@27153 -
This commit is contained in:
martin 2010-08-20 00:50:17 +00:00
parent 65f6433075
commit abb03cadf9

View File

@ -1805,6 +1805,9 @@ begin
{$ENDIF}
if LCLIntf.ShowCaret(Handle) then
FCurrentVisible := True;
{$IFDEF LCLQT}
SetCaretPosEx(FHandle, x, y);
{$ENDIF}
end;
end;