From: SourceForge.net <no...@so...> - 2006-12-28 09:38:31
|
Bugs item #1622918, was opened at 2006-12-27 15:10 Message generated for change (Comment added) made by anmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1622918&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Pawel Konieczny (konieczp) Assigned to: Angel Marin (anmar) Summary: Windows.PlotSurface2D.Padding hiddes Control.Padding Initial Comment: Windows.PlotSurface2D.Padding hides a property in the base class of the same name. Control.Padding is new in .NET 2.0 so it was not an issue with .NET 1.1. To avoid mistakes when NPlot is used with .NET 2.0 libraries, I propose to rename Windows.PlotSurface2D.Padding to something else (e.g. to Windows.PlotSurface2D.SurfacePadding). Paweł ---------------------------------------------------------------------- >Comment By: Angel Marin (anmar) Date: 2006-12-28 10:38 Message: Logged In: YES user_id=627967 Originator: NO Fixed in r17. I've renamed Padding to SurfacePadding and kept a Padding property flagged with ObsoleteAttribute that's only compiled for .NET 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1622918&group_id=161868 |