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-29 05:12:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-29 05:12:36 +0300
commit66a00b64c5cc64e28289147fdfbcf5bf8f046c34 (patch)
treeda8549b8e9b8b49d8d80f5801a83b80c9b72e2cb /source/blender/editors/space_file
parent8f01623ef314f72ac7628d7fd54c1855cd0cb731 (diff)
parent018c9af446de10f038a6e641ca3a61ce451a7c92 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/file_panels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_panels.c b/source/blender/editors/space_file/file_panels.c
index cf8a5b9e1f2..cbf685e6ed8 100644
--- a/source/blender/editors/space_file/file_panels.c
+++ b/source/blender/editors/space_file/file_panels.c
@@ -80,7 +80,7 @@ static void file_panel_operator(const bContext *C, Panel *pa)
UI_block_func_set(uiLayoutGetBlock(pa->layout), file_draw_check_cb, NULL, NULL);
/* Hack: temporary hide.*/
- const char *hide[4] = {"filepath", "files", "directory", "filename"};
+ const char *hide[] = {"filepath", "files", "directory", "filename"};
for (int i = 0; i < ARRAY_SIZE(hide); i++) {
PropertyRNA *prop = RNA_struct_find_property(op->ptr, hide[i]);
if (prop) {