synedit: don't show caret, if synedit is not focused, fixes bug #9008

git-svn-id: trunk@11383 -
This commit is contained in:
vincents 2007-06-26 13:38:20 +00:00
parent c9d897b72c
commit c3984613f6

View File

@ -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}