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>2010-09-21 14:59:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-21 14:59:53 +0400
commit8b725299427e9c3c5b3870b3c5bdfe9264ba5d08 (patch)
treeadba0908aa35d849ee63a05752733ffd3b3c7fc0 /source/blender/editors/space_file/file_ops.c
parentcf4f9d2c196102be71394a750c67dc85145ea211 (diff)
fixed filename overwrite red highlight not updating when +/- pressed.
also made some vars not animateable.
Diffstat (limited to 'source/blender/editors/space_file/file_ops.c')
-rw-r--r--source/blender/editors/space_file/file_ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c
index 7888fdeef8a..2319b1507af 100644
--- a/source/blender/editors/space_file/file_ops.c
+++ b/source/blender/editors/space_file/file_ops.c
@@ -1135,6 +1135,7 @@ int file_filenum_exec(bContext *C, wmOperator *op)
if(sfile->params && (inc != 0)) {
BLI_newname(sfile->params->file, inc);
ED_area_tag_redraw(sa);
+ file_draw_check_cb(C, NULL, NULL);
// WM_event_add_notifier(C, NC_WINDOW, NULL);
}