Euclidean quotient spaces no longer display as quotient OFF, and can be edited while embedded

This commit is contained in:
Zeno Rogue 2023-02-05 11:19:19 +01:00
parent ce90bb6db2
commit e1ed7284dd
1 changed files with 2 additions and 1 deletions

View File

@ -602,7 +602,7 @@ EX void select_quotient_screen() {
}
EX void select_quotient() {
if(euclid && !kite::in() && !arcm::in() && !reg3::cubes_reg3) {
if(meuclid && !kite::in() && !arcm::in() && !reg3::cubes_reg3) {
euc::prepare_torus3();
pushScreen(euc::show_torus3);
}
@ -956,6 +956,7 @@ EX void showEuclideanMenu() {
});
string qstring = ginf[geometry].quotient_name;
if(meuclid && quotient) qstring = ONOFF(true);
if(qstring == "none")
dialog::addBoolItem(XLAT("quotient space"), false, 'q');