2010/4/18 Mattias Gaertner <[email protected]>: > On Sun, 18 Apr 2010 13:00:48 +0200 > cobines <[email protected]> wrote: >> The function writing the error is in lcl/interfaces/gtk/gtkwinapi.inc >> TGtkWidgetSet.DeleteObject: RaiseGDIObjectIsStillUsed. A comment >> inside there says: >> >> " >> // do not raise an exception, because this is a common bug in many >> programs >> // just give a warning >> " >> >> Does anyone know what common bug does this comment refer to? > > Calling DeleteObject even though the object is still used in a device > context.
Ah, I see. So, since I'm not using DeleteObject directly in my program this comment doesn't apply and must be a bug in Lazarus. Ok, thanks for clarifying. I'll create a bug report now. -- cobines -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
