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:
Diffstat (limited to 'source/blender/editors/space_file/file_draw.c')
-rw-r--r--source/blender/editors/space_file/file_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index e31d813fc5e..5c6678967b5 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -461,7 +461,7 @@ void file_draw_list(const bContext *C, ARegion *ar)
int offset;
int textwidth, textheight;
int i;
- short is_icon;
+ bool is_icon;
short align;
bool do_drag;
int column_space = 0.6f * UI_UNIT_X;