Create a new scene did not call a 'countall' correctly.

This commit is contained in:
Ton Roosendaal
2007-04-11 13:13:48 +00:00
parent 1b789314b6
commit 2d0b69f3c3

View File

@@ -467,8 +467,8 @@ void do_info_buttons(unsigned short event)
else sce= copy_scene(G.scene, nr-2);
set_scene(sce);
countall();
}
countall();
BIF_preview_changed(ID_TE);
break;