mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:56:22 +02:00
SynEdit: Prepare displaying ligatures (experimental, window only)
git-svn-id: trunk@39533 -
This commit is contained in:
parent
9e7bee0700
commit
0034704084
@ -79,7 +79,7 @@ var
|
||||
{$endif}
|
||||
begin
|
||||
inherited DoGetPhysicalCharWidths(Line, LineLen, Index, PWidths);
|
||||
if not IsUtf8 then
|
||||
if (not IsUtf8) or (not FHandleOwner.HandleAllocated) then
|
||||
exit;
|
||||
|
||||
{$IFDEF Windows}
|
||||
|
Loading…
Reference in New Issue
Block a user