mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 09:19:40 +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;
|
||||
begin
|
||||
Result := WidgetSet.FontCanUTF8(Font);
|
||||
Result := WidgetSet.FontCanUTF8(Font){%H-};
|
||||
end;
|
||||
|
||||
function FontIsMonoSpace(Font: HFont): boolean;
|
||||
@ -316,7 +316,7 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
function IntfSendsUTF8KeyPress: Boolean;
|
||||
begin
|
||||
Result := WidgetSet.IntfSendsUTF8KeyPress;
|
||||
Result := WidgetSet.IntfSendsUTF8KeyPress{%H-};
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user