Skip to content

Commit

Permalink
Merge pull request #186 from DMagic1/release
Browse files Browse the repository at this point in the history
Version 14.6 for real
  • Loading branch information
DMagic1 committed Jan 16, 2016
2 parents 7df5139 + fb1b70a commit 9c76d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SCANsat/SCAN_UI/SCANzoomWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ protected virtual void Startup()
}

if (spotmap == null)
{
spotmap = new SCANmap(b, false, true);
spotmap.setSize(320, 240);
}

showOrbit = SCANcontroller.controller.map_orbit;
showAnomaly = SCANcontroller.controller.map_markers;
Expand Down

0 comments on commit 9c76d56

Please sign in to comment.