mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 09:59:32 +02:00
SynEdit: move FScreenCaret.UnLock into finally section
git-svn-id: trunk@27162 -
This commit is contained in:
parent
f3ec39b46e
commit
f751b0c318
@ -1889,8 +1889,8 @@ begin
|
||||
if fStatusChanges <> [] then
|
||||
DoOnStatusChange(fStatusChanges);
|
||||
end;
|
||||
FScreenCaret.UnLock;
|
||||
finally
|
||||
FScreenCaret.UnLock;
|
||||
FIsInDecPaintLock := False;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user