Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-07-11 16:22:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-11 16:25:02 +0300
commitddedf6124e174502f2733ec4e42327ae2fd9d850 (patch)
tree8caffaf159cef92c184e069599c723273ad0cb93 /source/blender/editors/util/numinput.c
parent42fa889e46c2f63cf99482b603fbe8d2117ed2c7 (diff)
Revert removal of fake editing for numeric input
Revert changes from 785159e6e4dfc5c010baab626667132020e1ddc7 but keep 'ifdef'. @mont29 maintains this area and prefers to keep existing logic. Note that there was misunderstanding that '*' was intended only to be a backup key for '=' for keyboards which require holding a modifier.
Diffstat (limited to 'source/blender/editors/util/numinput.c')
-rw-r--r--source/blender/editors/util/numinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/numinput.c b/source/blender/editors/util/numinput.c
index 4de61395314..8bd5c9640a5 100644
--- a/source/blender/editors/util/numinput.c
+++ b/source/blender/editors/util/numinput.c
@@ -49,7 +49,7 @@
#include "UI_interface.h"
/* Numeric input which isn't allowing full numeric editing. */
-// #define USE_FAKE_EDIT
+#define USE_FAKE_EDIT
/* NumInput.flag */
enum {