arb:: int sliders

This commit is contained in:
Zeno Rogue
2022-04-24 22:57:34 +02:00
parent 5a748e113a
commit 89efe24c2d
3 changed files with 70 additions and 16 deletions
+1 -1
View File
@@ -976,7 +976,7 @@ EX void showEuclideanMenu() {
});
}
if(arb::in() && !arb::current.sliders.empty()) {
if(arb::in() && !(arb::current.sliders.empty() && arb::current.intsliders.empty())) {
dialog::addItem(XLAT("tessellation sliders"), '4');
dialog::add_action_push(arb::set_sliders);
}