mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 00:03:48 +02:00
SynEdit: fix dragging text, when text has folded areas. Issue #40773 Patch by Olivier Guichard
(cherry picked from commit 7044a3b3df
)
This commit is contained in:
parent
60d9e7d2d9
commit
f1632e6291
@ -4179,7 +4179,7 @@ begin
|
||||
if vf <> 0 then
|
||||
TopView := TopView + vf div 32;
|
||||
|
||||
FCaret.ViewedLineCharPos := PixelsToRowColumn(CurMousePos);
|
||||
FCaret.LineCharPos:=PixelsToRowColumn(CurMousePos);
|
||||
|
||||
finally
|
||||
if sfEnsureCursorPos in fStateFlags then
|
||||
|
Loading…
Reference in New Issue
Block a user