sd/source/ui/sidebar/PreviewValueSet.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 819166500c1b45e4241fdb47f2de6653e4495372 Author: Katarina Behrens <katarina.behr...@cib.de> Date: Thu Mar 10 13:16:33 2016 +0100 tdf#94370: Make previews of master pages finally appear Just force the whole ValueSet to be formatted. Individual rectangles are already being invalidated (when PREVIEW_CHANGED event comes), but something naughty must be happening in ValueSet that those changes don't show. Change-Id: I4fd8af36e34c3a445d7b16b59e45256f016fd9df Reviewed-on: https://gerrit.libreoffice.org/23115 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Katarina Behrens <katarina.behr...@cib.de> (cherry picked from commit 1b98d7a3c4f1de39226e44e5b27351d8bfbbe6c0) Reviewed-on: https://gerrit.libreoffice.org/23116 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Eike Rathke <er...@redhat.com> diff --git a/sd/source/ui/sidebar/PreviewValueSet.cxx b/sd/source/ui/sidebar/PreviewValueSet.cxx index 25d5f29..62eacba 100644 --- a/sd/source/ui/sidebar/PreviewValueSet.cxx +++ b/sd/source/ui/sidebar/PreviewValueSet.cxx @@ -78,6 +78,7 @@ void PreviewValueSet::Rearrange (bool /*bForceRequestResize*/) GetOutputSizePixel().Width())); sal_uInt16 nNewRowCount (CalculateRowCount (nNewColumnCount)); + SetFormat(); SetColCount(nNewColumnCount); SetLineCount(nNewRowCount); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits