Skip to content

Commit 8de58e9

Browse files
committed
Merge pull request #865 from SCIInstitute/delete_cylinder_option
removed successfully
2 parents 218c351 + f6894a4 commit 8de58e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Interface/Modules/Visualization/ShowFieldDialog.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ ShowFieldDialog::ShowFieldDialog(const std::string& name, ModuleStateHandle stat
9090
groupBox_4->setVisible(false); //Node Display Type Group Box
9191

9292
//Edges Tab
93-
//groupBox_7->setVisible(false);//Edge Display Type Group Box
94-
//label_9->setVisible(false); //resolution label
95-
//cylinder_res_spin->setVisible(false); //resolution spinbox
96-
//label_8->setVisible(false); //scale label
97-
//cylinder_rad_spin->setVisible(false); //cylinder scale spinbox
93+
groupBox_7->setVisible(false);//Edge Display Type Group Box
94+
label_9->setVisible(false); //resolution label
95+
cylinder_res_spin->setVisible(false); //resolution spinbox
96+
label_8->setVisible(false); //scale label
97+
cylinder_rad_spin->setVisible(false); //cylinder scale spinbox
9898
//groupBox_6->setVisible(false); //edge coloring
9999

100100
//Faces Tab

0 commit comments

Comments
 (0)