On Wed, Sep 28, 2016 at 8:39 AM, LacaK via Lazarus <[email protected]> wrote: > Why we set Desc.Width and Height to 0 and later we do not use "Desc" , but > "Src.DataDescription" ?
Yes, now the Desc is unused and DataDescription is assigned as is. What could be the "side effects" mentioned in comments? Is there any reason to set Width and Height to 0? I don't know the graph related code well but I can remove the unused part after getting confirmation from others. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
