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

.

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