Commit 17fa4579 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 78945eba
......@@ -1873,9 +1873,6 @@ Indicator.prototype = {
e.preventDefault();
e.stopPropagation();
// !!!
this._execEvent('scroll');
},
_end: function (e) {
......
......@@ -3081,6 +3081,8 @@ function CThumbnailsManager()
this.MouseThumbnailsAnimateScrollTopTimer = -1;
this.MouseThumbnailsAnimateScrollBottomTimer = -1;
this.ScrollerHeight = 0;
this.m_oWordControl = null;
var oThis = this;
......@@ -3943,6 +3945,12 @@ function CThumbnailsManager()
word_control.m_oScrollThumbApi.scrollToY(lPosition);
}
this.ScrollerHeight = nHeightPix;
if (word_control.MobileTouchManagerThumbnails)
{
word_control.MobileTouchManagerThumbnails.Resize();
}
this.CalculatePlaces();
this.m_bIsUpdate = true;
}
......
This diff is collapsed.
......@@ -1428,6 +1428,9 @@ background-repeat: no-repeat;\
{
this.WordControl.m_oLogicDocument = new AscCommonSlide.CPresentation(this.WordControl.m_oDrawingDocument);
this.WordControl.m_oDrawingDocument.m_oLogicDocument = this.WordControl.m_oLogicDocument;
if (this.WordControl.MobileTouchManager)
this.WordControl.MobileTouchManager.delegate.LogicDocument = this.WordControl.m_oLogicDocument;
};
asc_docs_api.prototype.SetInterfaceDrawImagePlaceSlide = function(div_id)
......
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