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

I think Gmsh is ready (performace-wise) to use FastRedraw=0 by default
parent 9871e9aa
No related branches found
No related tags found
No related merge requests found
......@@ -548,7 +548,7 @@ StringXNumber GeneralOptions_Number[] = {
{ F|O, "DrawBoundingBoxes" , opt_general_draw_bounding_box, 0. ,
"Draw bounding boxes" },
{ F|O, "FastRedraw" , opt_general_fast_redraw, 1. ,
{ F|O, "FastRedraw" , opt_general_fast_redraw, 0. ,
"Draw simplified model while rotating, panning and zooming" },
{ F|S, "FileChooserPositionX" , opt_general_file_chooser_position0 , 200. ,
"Horizontal position (in pixels) of the upper left corner of the file chooser windows" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment