mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 06:56:10 +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}
|
{$endif}
|
||||||
begin
|
begin
|
||||||
inherited DoGetPhysicalCharWidths(Line, LineLen, Index, PWidths);
|
inherited DoGetPhysicalCharWidths(Line, LineLen, Index, PWidths);
|
||||||
if not IsUtf8 then
|
if (not IsUtf8) or (not FHandleOwner.HandleAllocated) then
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
{$IFDEF Windows}
|
{$IFDEF Windows}
|
||||||
|
Loading…
Reference in New Issue
Block a user