Kaydet (Commit) c7a1b9a0 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

fdo#82014: Repaint & set the document to modified after condformat change.

Change-Id: Ife3e805b95bede7be5d436abab925b35e717ee5e
üst 97d4c1a8
......@@ -2421,6 +2421,11 @@ void ScCellRangesBase::SetOnePropertyValue( const SfxItemPropertySimpleEntry* pE
pNew->SetRange( aRanges );
pDocShell->GetDocFunc().ReplaceConditionalFormat( 0, pNew, nTab, aRanges );
}
// and repaint
for (size_t i = 0; i < aRanges.size(); ++i)
pDocShell->PostPaint(*aRanges[i], PAINT_GRID);
pDocShell->SetDocumentModified();
}
}
}
......
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