diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 23:30:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-02 23:36:11 +0200 |
commit | f95bf9e927bf9a40f412265e020072d4e3acd6ef (patch) | |
tree | 59dfe15898080383aa18421fea16538dd69dc100 /qfunctionconfigurator/functionconfig.h | |
parent | 50c1406c07365ce806811c63875cd361aadb97d0 (diff) |
Draw more precisely to remove zigzagging lines on spline widget
Diffstat (limited to 'qfunctionconfigurator/functionconfig.h')
-rw-r--r-- | qfunctionconfigurator/functionconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qfunctionconfigurator/functionconfig.h b/qfunctionconfigurator/functionconfig.h index 281007d6..d81711a7 100644 --- a/qfunctionconfigurator/functionconfig.h +++ b/qfunctionconfigurator/functionconfig.h @@ -16,7 +16,7 @@ #ifndef FUNCTION_CONFIG_H
#define FUNCTION_CONFIG_H
-#define MEMOIZE_PRECISION 400
+#define MEMOIZE_PRECISION 500
class FTNOIR_TRACKER_BASE_EXPORT FunctionConfig {
private:
|