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:
authorMartin Poirier <theeth@yahoo.com>2008-02-09 22:00:12 +0300
committerMartin Poirier <theeth@yahoo.com>2008-02-09 22:00:12 +0300
commit6e35a3c7f980c1ec15bafe5ec2d55e1dcc9ea9ae (patch)
tree4a61b80200ef6cdb9ebeb2c28918efc182011623 /source/blender/src/transform.c
parent2f6ff79fd9b5348e91f7f4a9e3dd21e28b49b4e4 (diff)
=== Manipulator ===
Numinput working with the manipulator. Someone suggested that on ba and it doesn't really hurt anyone/anything.
Diffstat (limited to 'source/blender/src/transform.c')
-rw-r--r--source/blender/src/transform.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/src/transform.c b/source/blender/src/transform.c
index 2b8fa803fb5..503b3fb521c 100644
--- a/source/blender/src/transform.c
+++ b/source/blender/src/transform.c
@@ -1827,7 +1827,10 @@ void ManipulatorTransform()
Trans.redraw= 1;
}
break;
- }
+ }
+
+ // Numerical input events
+ Trans.redraw |= handleNumInput(&(Trans.num), event);
}
}
}