Gtk3: we should not free style object, it is owned by widget. mantis #41371

This commit is contained in:
zeljan1 2025-01-29 08:45:09 +01:00
parent d941c2cddb
commit 77acd9acdb

View File

@ -1087,8 +1087,6 @@ begin
end;
{$ENDIF}
end;
if Assigned(MainStyle) then
MainStyle^.unref;
end;
function GetStyleWithName(const WName: String): PStyleObject;