fix github issue #84 "The CP & CG markers appear in the 2d rear view."

This commit is contained in:
soupwizard 2013-04-28 20:50:49 -07:00
parent 018aa36703
commit 8f4d626a9a

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();
}
}