Commit 5f779bc4 authored by Alexander.Trofimov's avatar Alexander.Trofimov

add draw fill handle in right + bottom direction

parent 34254f31
...@@ -3802,6 +3802,11 @@ ...@@ -3802,6 +3802,11 @@
this._drawElements(this._drawSelectionElement, this.activeRange, this._drawElements(this._drawSelectionElement, this.activeRange,
AscCommonExcel.selectionLineType.RangeWithPromote, this.settings.activeCellBorderColor); AscCommonExcel.selectionLineType.RangeWithPromote, this.settings.activeCellBorderColor);
if (this.activeFillHandle) {
this._drawElements(this._drawSelectionElement, this.activeFillHandle,
AscCommonExcel.selectionLineType.RangeOut, this.settings.activeCellBorderColor);
}
return; return;
var diffWidth = 0, diffHeight = 0; var diffWidth = 0, diffHeight = 0;
......
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