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

update only changed pivot

parent d4287075
...@@ -3486,7 +3486,7 @@ var editor; ...@@ -3486,7 +3486,7 @@ var editor;
History.StartTransaction(); History.StartTransaction();
callback(); callback();
History.EndTransaction(); History.EndTransaction();
t.wbModel.getActiveWs()._updatePivotTables(null); t.wbModel.getActiveWs()._updatePivotTables(pivot.getRange());
t.wb._onWSSelectionChanged(); t.wb._onWSSelectionChanged();
t.wb.getWorksheet().draw(); t.wb.getWorksheet().draw();
} }
......
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