Commit 4be25ae0 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

fix bug #27630

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59736 954022d7-b5bf-4e40-9824-e11837661b57
parent aa50dce3
......@@ -2644,6 +2644,10 @@
this._fixSelectionOfMergedCells(range);
// ToDo убрать это и переделать!!!
range.normalize();
// ToDo Точно нужно с этим разобраться!!!
range = range.intersectionSimple(this.visibleRange);
if (null === range)
return;
}
//TODO: использовать стили линий при рисовании границ
......
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