mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-24 09:39:26 +02:00
synedit: hiding half visible caret on last visible line, bug #9916
git-svn-id: trunk@15415 -
This commit is contained in:
parent
85a91ea73f
commit
a2eb97b8a3
@ -5737,7 +5737,7 @@ begin
|
||||
if (CX >= fGutterWidth)
|
||||
and (CX < ClientWidth{$IFDEF SYN_LAZARUS}-ScrollBarWidth{$ENDIF})
|
||||
and (CY >= 0)
|
||||
and (CY < ClientHeight{$IFDEF SYN_LAZARUS}-ScrollBarWidth{$ENDIF})
|
||||
and (CY < ClientHeight{$IFDEF SYN_LAZARUS}-ScrollBarWidth-fTextHeight{$ENDIF})
|
||||
then begin
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
SetCaretPosEx(Handle,CX,CY);
|
||||
|
Loading…
Reference in New Issue
Block a user