Index: src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Commands/MapFixedZoomInCommand.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Commands/MapFixedZoomInCommand.cs (.../MapFixedZoomInCommand.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/DeltaShell/DeltaShell.Plugins.SharpMapGis.Gui/Commands/MapFixedZoomInCommand.cs (.../MapFixedZoomInCommand.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -6,6 +6,15 @@ { public class MapFixedZoomInCommand : MapViewCommand { + public override bool Checked + { + get + { + return false; + } + set {} + } + protected override void OnExecute(params object[] arguments) { MapView activeView = SharpMapGisGuiPlugin.GetFocusedMapView(); @@ -15,11 +24,5 @@ base.OnExecute(arguments); } - - public override bool Checked - { - get { return false; } - set { } - } } } \ No newline at end of file