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:
mattias 2007-05-21 08:31:03 +00:00
parent 2d1bc7a00f
commit f049d742f3

View File

@ -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;