Kaydet (Commit) 98bd1ade authored tarafından Andre Fischer's avatar Andre Fischer

123091: Request repaints of panels on every deck layouting.

üst 57c7320e
...@@ -262,6 +262,7 @@ sal_Int32 DeckLayouter::PlacePanels ( ...@@ -262,6 +262,7 @@ sal_Int32 DeckLayouter::PlacePanels (
// Place the panel. // Place the panel.
rPanel.SetPosSizePixel(0, nY, nWidth, nPanelHeight); rPanel.SetPosSizePixel(0, nY, nWidth, nPanelHeight);
rPanel.Invalidate();
nY += nPanelHeight; nY += nPanelHeight;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment