Commit f963eff4 authored by SergeyLuzyanin's avatar SergeyLuzyanin

revert previous commit

parent dc9c2e55
......@@ -2608,7 +2608,7 @@ CPresentation.prototype =
oSlide = this.Slides[nIndex];
if(oSlide){
oSlide.setShow(bShow);
//this.DrawingDocument.OnShowSlide(nIndex, oSlide.isVisible());
this.DrawingDocument.OnRecalculatePage(nIndex, oSlide);//need only for update index label in thumbnails; TODO: remove it
}
}
this.DrawingDocument.OnEndRecalculate(false, false);
......
......@@ -551,12 +551,6 @@ Slide.prototype =
}
break;
}
case AscDFH.historyitem_SlideSetShow:
{
var oDrawingDocument = this.getDrawingDocument();
//oDrawingDocument.OnShowSlide(this.num, this.isVisible());
break;
}
}
this.addToRecalculate();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment