Kaydet (Commit) b0cecbfb authored tarafından Marco Cecchetti's avatar Marco Cecchetti Kaydeden (comit) Marco Cecchetti

lok: sc: missing header invalidation on undo an autofilter action

Change-Id: Ibfa7602221ed0c115ad469bd8a61e62baaff0bdf
Reviewed-on: https://gerrit.libreoffice.org/46715Reviewed-by: 's avatarMarco Cecchetti <mrcekets@gmail.com>
Tested-by: 's avatarMarco Cecchetti <mrcekets@gmail.com>
üst 48251502
...@@ -817,6 +817,7 @@ void ScUndoQuery::Undo() ...@@ -817,6 +817,7 @@ void ScUndoQuery::Undo()
// invalidate cache positions and update cursor and selection // invalidate cache positions and update cursor and selection
pViewShell->OnLOKShowHideColRow(/*bColumns*/ false, aQueryParam.nRow1 - 1); pViewShell->OnLOKShowHideColRow(/*bColumns*/ false, aQueryParam.nRow1 - 1);
ScTabViewShell::notifyAllViewsHeaderInvalidation(ROW_HEADER, nTab);
// Paint // Paint
......
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