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

fix bug 33257

parent 56cd35f8
...@@ -3478,7 +3478,7 @@ function DrawingObjects() { ...@@ -3478,7 +3478,7 @@ function DrawingObjects() {
drawingObject.worksheet = worksheet; drawingObject.worksheet = worksheet;
var activeCell = worksheet.model.selectionRange.activeCell; var activeCell = worksheet.model.selectionRange.activeCell;
drawingObject.from.col = activeCell.ccol; drawingObject.from.col = activeCell.col;
drawingObject.from.row = activeCell.row; 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