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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-07-07 09:36:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-07 09:36:25 +0300
commit8443628e66e57f612a51384c985574d716ddee31 (patch)
tree07ed4295690c4cbf35806d5d49f961c1897b93ac /source
parentdac125b8ecd51b89ce8dc65080ad3d2111c0ed7b (diff)
Outliner: Match search length w/ id name length
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 9c177cdddd1..629e69df370 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -252,7 +252,7 @@ typedef struct SpaceOops {
struct BLI_mempool *treestore;
/* search stuff */
- char search_string[32];
+ char search_string[64];
struct TreeStoreElem search_tse;
short flag, outlinevis, storeflag, search_flags;