Commit 017cf6a6 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

баг с горизонтальным скроллом

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59680 954022d7-b5bf-4e40-9824-e11837661b57
parent c8e83219
......@@ -2663,11 +2663,11 @@ ScrollObject.prototype = {
}
break;
case ArrowStatus.arrowHover://upArrow stable, downArrow mouse down
if ( ScrollOverType.OVER != this.ScrollOverType1 ) {
if ( ScrollOverType.STABLE != this.ScrollOverType1 ) {
this.ArrowDrawer.drawTopLeftArrow(ScrollArrowType.ARROW_LEFT, ScrollOverType.STABLE, this.context, w, h);
this.ScrollOverType1 = ScrollOverType.STABLE;
}
if ( ScrollOverType.OVER != this.ScrollOverType2 ) {
if ( ScrollOverType.STABLE != this.ScrollOverType2 ) {
this.ArrowDrawer.drawBottomRightArrow(ScrollArrowType.ARROW_RIGHT, ScrollOverType.STABLE, this.context, w, h);
this.ScrollOverType2 = ScrollOverType.STABLE;
}
......
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