mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:19:32 +02:00
LCL, fix exception on gtk1 while trying to load default font
git-svn-id: trunk@26719 -
This commit is contained in:
parent
4a03e1482b
commit
62d890f71d
@ -1433,7 +1433,7 @@ var
|
||||
|
||||
procedure LoadDefaultFont;
|
||||
begin
|
||||
DisposeGDIObject(GdiObject);
|
||||
ReleaseGdiObject(GdiObject);
|
||||
GdiObject:=CreateDefaultFont;
|
||||
{$IFDEF VerboseFonts}
|
||||
DebugLn('TGtkWidgetSet.CreateFontIndirectEx.LoadDefaultFont');
|
||||
|
Loading…
Reference in New Issue
Block a user