summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/sidebar/DeckLayouter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx
index 37dbd294fd7f..fccd797ed720 100644
--- a/sfx2/source/sidebar/DeckLayouter.cxx
+++ b/sfx2/source/sidebar/DeckLayouter.cxx
@@ -257,6 +257,7 @@ sal_Int32 DeckLayouter::PlacePanels (
// Place the panel.
rPanel.setPosSizePixel(0, nY, nWidth, nPanelHeight);
+ rPanel.Invalidate();
nY += nPanelHeight;
}