fix github issue #84 "The CP & CG markers appear in the 2d rear view."
This commit is contained in:
parent
018aa36703
commit
8f4d626a9a
@ -297,6 +297,7 @@ public class RocketPanel extends JPanel implements TreeSelectionListener, Change
|
|||||||
go3D();
|
go3D();
|
||||||
} else {
|
} else {
|
||||||
figure.setType(v.type);
|
figure.setType(v.type);
|
||||||
|
updateExtras(); // when switching from side view to back view, need to clear CP & CG markers
|
||||||
go2D();
|
go2D();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user