[gimp] app: Tune redraw limit to sane bounds



commit 69e28668a1648a46fd24f1689cd55a30db64800c
Author: Alexia Death <alexiadeath gmail com>
Date:   Fri Mar 19 23:24:42 2010 +0200

    app: Tune redraw limit to sane bounds

 app/tools/gimpdrawtool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpdrawtool.c b/app/tools/gimpdrawtool.c
index 1075c8f..432bfb6 100644
--- a/app/tools/gimpdrawtool.c
+++ b/app/tools/gimpdrawtool.c
@@ -42,7 +42,7 @@
 #include "gimpdrawtool.h"
 
 
-#define DRAW_TIMEOUT 35 /* ~29 FPS */
+#define DRAW_TIMEOUT 4 /* ~29 FPS */
 #define USE_TIMEOUT  1
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]