Index: src/Common/SharpMap.UI/Forms/IMapControl.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r85b77c61e68e37a82e2e620906183406bf5d21ba --- src/Common/SharpMap.UI/Forms/IMapControl.cs (.../IMapControl.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/SharpMap.UI/Forms/IMapControl.cs (.../IMapControl.cs) (revision 85b77c61e68e37a82e2e620906183406bf5d21ba) @@ -45,7 +45,7 @@ bool IsProcessing { get; } /// - /// Gets the name of the tool by. + /// Gets the , matching on . /// /// Name of the tool. /// An instance of IMapTool matching the given name, or null if no match was found. Index: src/Common/SharpMap.UI/Forms/MapControl.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r85b77c61e68e37a82e2e620906183406bf5d21ba --- src/Common/SharpMap.UI/Forms/MapControl.cs (.../MapControl.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ src/Common/SharpMap.UI/Forms/MapControl.cs (.../MapControl.cs) (revision 85b77c61e68e37a82e2e620906183406bf5d21ba) @@ -908,8 +908,6 @@ return; } - //Log.DebugFormat("IsDisposed: {0}, IsHandleCreated: {1}, Disposing: {2}", IsDisposed, IsHandleCreated, Disposing); - MapPropertyChanged(sender, e); } }