Commit 557800b3 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@57132 954022d7-b5bf-4e40-9824-e11837661b57
parent 15eea5d1
......@@ -1242,7 +1242,7 @@ function CHorRuler()
var _bottom = 5.2;
// tabs
if (_y >= 3 && _y <= _bottom && _x >= this.m_dIndentLeft && (_x + _margin_left) <= (_margin_right - this.m_dIndentRight))
if (_y >= 3 && _y <= _bottom && _x >= (_margin_left + this.m_dIndentLeft) && _x <= (_margin_right - this.m_dIndentRight))
{
var mm_1_4 = 10 / 4;
var mm_1_8 = mm_1_4 / 2;
......
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