mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:40:26 +02:00
SynEdit: Special handling for Caret under QT, workaround for bug #17210
git-svn-id: trunk@27153 -
This commit is contained in:
parent
65f6433075
commit
abb03cadf9
@ -1805,6 +1805,9 @@ begin
|
||||
{$ENDIF}
|
||||
if LCLIntf.ShowCaret(Handle) then
|
||||
FCurrentVisible := True;
|
||||
{$IFDEF LCLQT}
|
||||
SetCaretPosEx(FHandle, x, y);
|
||||
{$ENDIF}
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user