When changing the title of a presentation, the title in the bottom of the slide should also change

This commit is contained in:
Caleb James DeLisle
2017-10-02 15:04:44 +03:00
parent f95acda758
commit 12e82e80ec
2 changed files with 9 additions and 1 deletions

View File

@@ -303,6 +303,7 @@ define([
Slide.setTitle = function (titleObj) {
Title = titleObj;
Title.onTitleChange(function () { draw(Slide.index); });
};
return Slide;