do not show deprecated geometries in select_quotient_screen()

This commit is contained in:
Zeno Rogue 2020-05-15 11:46:50 +02:00
parent 1b96658a05
commit 81a60b6f17
1 changed files with 1 additions and 0 deletions

View File

@ -513,6 +513,7 @@ EX void select_quotient_screen() {
char key = 'a';
for(int i=0; i<isize(ginf); i++) {
auto g = eGeometry(i);
if(ginf[g].flags & qDEPRECATED) continue;
if(same_tiling(g)) {
dialog::addBoolItem(
(ginf[g].flags & qANYQ) ?