mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 17:59:59 +02:00
Gtk3: we should not free style object, it is owned by widget. mantis #41371
This commit is contained in:
parent
d941c2cddb
commit
77acd9acdb
@ -1087,8 +1087,6 @@ begin
|
||||
end;
|
||||
{$ENDIF}
|
||||
end;
|
||||
if Assigned(MainStyle) then
|
||||
MainStyle^.unref;
|
||||
end;
|
||||
|
||||
function GetStyleWithName(const WName: String): PStyleObject;
|
||||
|
Loading…
Reference in New Issue
Block a user