[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sfx2/source

Andre Fischer af at apache.org
Thu Aug 29 01:13:00 PDT 2013


 sfx2/source/sidebar/DeckLayouter.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 98bd1aded3ffa1df24bfec28624bdf5129533c45
Author: Andre Fischer <af at apache.org>
Date:   Thu Aug 29 07:34:34 2013 +0000

    123091: Request repaints of panels on every deck layouting.

diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx
index 7154b52..1bd129a 100644
--- a/sfx2/source/sidebar/DeckLayouter.cxx
+++ b/sfx2/source/sidebar/DeckLayouter.cxx
@@ -262,6 +262,7 @@ sal_Int32 DeckLayouter::PlacePanels (
 
             // Place the panel.
             rPanel.SetPosSizePixel(0, nY, nWidth, nPanelHeight);
+            rPanel.Invalidate();
 
             nY += nPanelHeight;
         }


More information about the Libreoffice-commits mailing list