Commit 481acd87 authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

+ previus revision

parent 096a02ff
...@@ -8845,6 +8845,8 @@ ...@@ -8845,6 +8845,8 @@
{ {
t.model.workbook.handlers.trigger( "asc_onConfirmAction", Asc.c_oAscConfirm.ConfirmPutMergeRange, function () { t.model.workbook.handlers.trigger( "asc_onConfirmAction", Asc.c_oAscConfirm.ConfirmPutMergeRange, function () {
t.model.autoFilters.unmergeTablesAfterMove( arnTo ); t.model.autoFilters.unmergeTablesAfterMove( arnTo );
t._updateCellsRange( arnTo, false, true );
t._recalculateAfterUpdate( [arnFrom, arnTo] );
}); });
} }
}; };
......
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