Skip to content
Snippets Groups Projects
Commit 91ad787c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

display physicals by default

parent bfd6f40e
Branches
Tags
No related merge requests found
...@@ -1209,7 +1209,7 @@ visibilityWindow::visibilityWindow(int deltaFontSize) ...@@ -1209,7 +1209,7 @@ visibilityWindow::visibilityWindow(int deltaFontSize)
browser_type = new Fl_Choice browser_type = new Fl_Choice
(2 * WB, height - 2 * BH - 3 * WB, (width - 3 * WB) / 2, BH); (2 * WB, height - 2 * BH - 3 * WB, (width - 3 * WB) / 2, BH);
browser_type->menu(browser_type_table); browser_type->menu(browser_type_table);
browser_type->value(1); browser_type->value(2); // physicals
push[0] = new Fl_Button push[0] = new Fl_Button
(width - 2 * CC - 3 * WB, height - 2 * BH - 3 * WB, CC, BH, "Delete"); (width - 2 * CC - 3 * WB, height - 2 * BH - 3 * WB, CC, BH, "Delete");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment