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/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index bfbd9d1b265..98f07ca2393 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -107,6 +107,7 @@
#include "BSE_filesel.h"
#include "BSE_headerbuttons.h"
#include "BSE_sequence.h"
+#include "BSE_edit.h"
#include "IMB_imbuf_types.h"
@@ -478,6 +479,7 @@ void do_info_buttons(unsigned short event)
else sce= copy_scene(G.scene, nr-2);
set_scene(sce);
+ countall();
}
BIF_preview_changed(ID_TE);
@@ -514,6 +516,7 @@ void do_info_buttons(unsigned short event)
}
free_libblock(&G.main->scene, G.scene);
set_scene(sce);
+ countall();
}
break;