Author: af Date: Thu Aug 29 07:34:34 2013 New Revision: 1518521 URL: http://svn.apache.org/r1518521 Log: 123091: Request repaints of panels on every deck layouting.
Modified: openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx Modified: openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx?rev=1518521&r1=1518520&r2=1518521&view=diff ============================================================================== --- openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx (original) +++ openoffice/trunk/main/sfx2/source/sidebar/DeckLayouter.cxx Thu Aug 29 07:34:34 2013 @@ -262,6 +262,7 @@ sal_Int32 DeckLayouter::PlacePanels ( // Place the panel. rPanel.SetPosSizePixel(0, nY, nWidth, nPanelHeight); + rPanel.Invalidate(); nY += nPanelHeight; }