adjusting settings and slide_model.rs
These are trying to get more code written in Rust rather than c++. Not there yet, but I need to sync these to another machine.
This commit is contained in:
parent
ec95ba0d89
commit
236503e877
10 changed files with 387 additions and 108 deletions
|
@ -157,7 +157,8 @@ Controls.Page {
|
|||
ServiceItemModel.activate(index);
|
||||
console.log("%%%%%%%%%");
|
||||
console.log(slide);
|
||||
slideHelper.chngSlide(slide, slideId, SlideObject);
|
||||
/* SlideObject.changeSlide(slide, slideId); */
|
||||
slideHelper.chngSlide(item, index, SlideObject);
|
||||
console.log("%%%%%%%%%");
|
||||
/* SlideObject.changeSlide(slide, slideId); */
|
||||
|
||||
|
@ -187,6 +188,7 @@ Controls.Page {
|
|||
console.log("Time to start changing");
|
||||
|
||||
ServiceItemModel.activate(currentServiceItem);
|
||||
/* SlideObject.changeSlide(slide, slideId); */
|
||||
slideHelper.chngSlide(item, index, SlideObject);
|
||||
SlideModel.activate(index);
|
||||
presentation.textIndex = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue