From 1930602e0aa578be1b678920f4e26683caa57287 Mon Sep 17 00:00:00 2001 From: ruevs Date: Sun, 10 May 2020 22:46:55 +0300 Subject: [PATCH] UI: split "union assemble" and "difference intersection" on two lines. --- src/textscreens.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/textscreens.cpp b/src/textscreens.cpp index 23eece60..c060eff3 100644 --- a/src/textscreens.cpp +++ b/src/textscreens.cpp @@ -388,21 +388,21 @@ void TextWindow::ShowGroupInfo() { Printf(false, " %Ftsolid model as"); Printf(false, "%Ba %f%D%Lc%Fd%s union%E " - "%f%D%Lc%Fd%s difference%E " - "%f%D%Lc%Fd%s intersection%E " "%f%D%Lc%Fd%s assemble%E ", &TextWindow::ScreenChangeGroupOption, Group::CombineAs::UNION, un ? RADIO_TRUE : RADIO_FALSE, &TextWindow::ScreenChangeGroupOption, + Group::CombineAs::ASSEMBLE, + (asy ? RADIO_TRUE : RADIO_FALSE)); + Printf(false, "%Ba %f%D%Lc%Fd%s difference%E " + "%f%D%Lc%Fd%s intersection%E ", + &TextWindow::ScreenChangeGroupOption, Group::CombineAs::DIFFERENCE, diff ? RADIO_TRUE : RADIO_FALSE, &TextWindow::ScreenChangeGroupOption, Group::CombineAs::INTERSECTION, - intr ? RADIO_TRUE : RADIO_FALSE, - &TextWindow::ScreenChangeGroupOption, - Group::CombineAs::ASSEMBLE, - (asy ? RADIO_TRUE : RADIO_FALSE)); + intr ? RADIO_TRUE : RADIO_FALSE); if(g->type == Group::Type::EXTRUDE || g->type == Group::Type::LATHE || g->type == Group::Type::REVOLVE || g->type == Group::Type::HELIX) {