Kaydet (Commit) 5cec4ea8 authored tarafından Eike Rathke's avatar Eike Rathke

fdo#86708 paint after Undo of Sort

Regression of 10fc1383 that exchanged
the PostPaint with SetDirty, but the paint is also needed.

Change-Id: Ic3e81fa106f405568effaed71ab33b575b4c5c5c
üst 52ce5239
......@@ -49,6 +49,9 @@ void UndoSort::Execute( bool bUndo )
rDoc.SetDirty(maParam.maSortRange);
if (!aParam.mbUpdateRefs)
rDoc.BroadcastCells(aParam.maSortRange, SC_HINT_DATACHANGED);
pDocShell->PostPaint(maParam.maSortRange, PAINT_GRID);
pDocShell->PostDataChanged();
}
}
......
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