From 2ccba49023c12f1927455aee33006924bf446a75 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 22 Jun 2025 19:02:24 +0200 Subject: [PATCH] CLI option -d:quotient now takes dimension into account --- geom-exp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geom-exp.cpp b/geom-exp.cpp index 39d71086..72d7e8d9 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -1394,7 +1394,7 @@ int read_geom_args() { } #endif else if(argis("-d:quotient")) - launch_dialog(showQuotientConfig); + launch_dialog(WDIM == 2 ? showQuotientConfig : showQuotientConfig3); else if(argis("-uqf")) fieldpattern::use_quotient_fp = true; #endif