[Libreoffice-commits] core.git: sfx2/source

Andre Fischer af at apache.org
Thu Aug 29 09:44:51 PDT 2013


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

New commits:
commit 4529d6e11a214cec4596a159a60d2b8a5f171697
Author: Andre Fischer <af at 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;
         }


More information about the Libreoffice-commits mailing list