diff options
author | Andre Fischer <af@apache.org> | 2013-08-29 07:34:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-29 17:44:29 +0100 |
commit | 4529d6e11a214cec4596a159a60d2b8a5f171697 (patch) | |
tree | 706b8059f523dc4702f7dce9702eead8470175ee /sfx2 | |
parent | 0ebe350b5c6bef25ddfa72a1c5e998aadaabe3b1 (diff) |
Resolves: #i123091# Request repaints of panels on every deck layouting
(cherry picked from commit 98bd1aded3ffa1df24bfec28624bdf5129533c45)
Conflicts:
sfx2/source/sidebar/DeckLayouter.cxx
Change-Id: I7f9b9d0cf3305cafafcb752a5e1da84f341b59c9
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/DeckLayouter.cxx | 1 |
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; } |