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:
authorAlexander Ewering <blender@instinctive.de>2005-06-18 02:52:11 +0400
committerAlexander Ewering <blender@instinctive.de>2005-06-18 02:52:11 +0400
commitad8ff9762b3e0b0f1040209bb885c75f9cd7e1d8 (patch)
treeb7c124380b0406085cae345e7652eede801811ed /source/blender/src/editfont.c
parente48ea7e668b34b5c90e18b3901c98c56dca27173 (diff)
- Fix a few warnings
- Improved text editing for justified ('Flush') text: Line will not be filled up until it is completed (wordwrap or Enter) - Fixed waitcursor flickering in displist.c
Diffstat (limited to 'source/blender/src/editfont.c')
-rw-r--r--source/blender/src/editfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editfont.c b/source/blender/src/editfont.c
index 25297176e14..bca501d522c 100644
--- a/source/blender/src/editfont.c
+++ b/source/blender/src/editfont.c
@@ -77,7 +77,7 @@
#include "blendef.h"
-#define MAXTEXT 50000
+#define MAXTEXT 32766
/* -- prototypes --------*/
VFont *get_builtin_font(void);