From d96ad1ec852956c4f38fd5dd4c17798d436091f7 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 23 Mar 2005 16:53:16 +0000
Subject: [PATCH] I think Gmsh is ready (performace-wise) to use FastRedraw=0
 by default

---
 Common/DefaultOptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index de7bfb8c2b..7db8624289 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -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" }, 
-- 
GitLab