mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 02:10:08 +02:00
fixed GetDefaultLCLWidgetType using gtk2, bug #12489
git-svn-id: trunk@17134 -
This commit is contained in:
parent
1dcd32648f
commit
92caf0d923
@ -6,7 +6,6 @@
|
||||
<General>
|
||||
<SessionStorage Value="InIDEConfig"/>
|
||||
<MainUnit Value="0"/>
|
||||
<IconPath Value="./"/>
|
||||
<TargetFileExt Value=""/>
|
||||
</General>
|
||||
<PublishOptions>
|
||||
|
@ -206,7 +206,7 @@ begin
|
||||
Result:= lpCarbon;
|
||||
{$ENDIF}
|
||||
{$IFNDEF WidgetSetDefined}
|
||||
Result:= lpGtk;
|
||||
Result:= lpGtk2;
|
||||
{$ENDIF}
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user