sfx2/source/sidebar/DeckLayouter.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 4529d6e11a214cec4596a159a60d2b8a5f171697 Author: Andre Fischer <a...@apache.org> Date: Thu Aug 29 07:34:34 2013 +0000 Resolves: #i123091# Request repaints of panels on every deck layouting (cherry picked from commit 98bd1aded3ffa1df24bfec28624bdf5129533c45) Conflicts: sfx2/source/sidebar/DeckLayouter.cxx Change-Id: I7f9b9d0cf3305cafafcb752a5e1da84f341b59c9 diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx index 37dbd294..fccd797 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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits