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:
authorAntony Riakiotakis <kalast@gmail.com>2012-04-20 18:46:46 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-04-20 18:46:46 +0400
commitcb3dc8ff0ecb502716a1ca623a7079a647d0b3e7 (patch)
tree346c6c2a2a588710e4fa4c64e572931f26db9cb2
parent380e6c2a58ea1a6dc88ef1d633d1563115dce3a4 (diff)
Knife tool: Increase the header string length to avoid clipping the message.
-rw-r--r--source/blender/editors/mesh/editmesh_knife.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index 84d6439688a..11c19af4914 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -205,7 +205,7 @@ static void knife_input_ray_cast(KnifeTool_OpData *kcd, const int mval_i[2],
static void knife_update_header(bContext *C, KnifeTool_OpData *kcd)
{
- #define HEADER_LENGTH 170
+ #define HEADER_LENGTH 180
char header[HEADER_LENGTH];
BLI_snprintf(header, HEADER_LENGTH, "LMB: define cut lines, Return: confirm, Esc or RMB: cancel, E: new cut, Ctrl: midpoint snap (%s), "