mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 09:00:27 +02:00
synedit: don't show caret, if synedit is not focused, fixes bug #9008
git-svn-id: trunk@11383 -
This commit is contained in:
parent
c9d897b72c
commit
c3984613f6
@ -5676,7 +5676,7 @@ var
|
||||
begin
|
||||
if (PaintLock <> 0)
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
{or ((not Focused) and (not (eoPersistentCaret in fOptions)))}
|
||||
or ((not Focused) and (not (eoPersistentCaret in fOptions)))
|
||||
{$ELSE}
|
||||
or not Focused
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user