Commit bc3542e1 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33257

parent 56cd35f8
......@@ -3478,7 +3478,7 @@ function DrawingObjects() {
drawingObject.worksheet = worksheet;
var activeCell = worksheet.model.selectionRange.activeCell;
drawingObject.from.col = activeCell.ccol;
drawingObject.from.col = activeCell.col;
drawingObject.from.row = activeCell.row;
// Проверяем начальные координаты при вставке
......
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