Merge pull request #85 from soupwizard/master

Fix github issue #84 "The CP & CG markers appear in the 2d rear view."
This commit is contained in:
kruland2607 2013-04-29 06:51:19 -07:00
commit 844ac9bc08

View File

@ -297,6 +297,7 @@ public class RocketPanel extends JPanel implements TreeSelectionListener, Change
go3D();
} else {
figure.setType(v.type);
updateExtras(); // when switching from side view to back view, need to clear CP & CG markers
go2D();
}
}