mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 02:58:12 +02:00
gtk intf: DeleteObject does not raise an exception, if trying to free an object which is still used, but only gives a warning
git-svn-id: trunk@11172 -
This commit is contained in:
parent
2d1bc7a00f
commit
f049d742f3
@ -2422,7 +2422,7 @@ function TGtkWidgetSet.DeleteObject(GDIObject: HGDIOBJ): Boolean;
|
||||
DebugLn(['No DC found with this GDIObject => either the DCCount is wrong or the DC is not in the DC list']);
|
||||
end;
|
||||
//DumpStack;
|
||||
RaiseGDBException('');
|
||||
//RaiseGDBException('');
|
||||
end;
|
||||
|
||||
procedure RaiseInvalidGDIOwner;
|
||||
|
Loading…
Reference in New Issue
Block a user