mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:40:15 +02:00
LCL: less warnings
git-svn-id: trunk@34285 -
This commit is contained in:
parent
00b915367e
commit
37c57a6bf4
@ -192,7 +192,7 @@ end;
|
|||||||
|
|
||||||
function FontCanUTF8(Font: HFont): boolean;
|
function FontCanUTF8(Font: HFont): boolean;
|
||||||
begin
|
begin
|
||||||
Result := WidgetSet.FontCanUTF8(Font);
|
Result := WidgetSet.FontCanUTF8(Font){%H-};
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function FontIsMonoSpace(Font: HFont): boolean;
|
function FontIsMonoSpace(Font: HFont): boolean;
|
||||||
@ -316,7 +316,7 @@ end;
|
|||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
function IntfSendsUTF8KeyPress: Boolean;
|
function IntfSendsUTF8KeyPress: Boolean;
|
||||||
begin
|
begin
|
||||||
Result := WidgetSet.IntfSendsUTF8KeyPress;
|
Result := WidgetSet.IntfSendsUTF8KeyPress{%H-};
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user