View | Details | Raw Unified | Return to issue 115925
Collapse All | Expand All

(-)a/sw/source/core/view/viewsh.cxx (+9 lines)
Lines 1314-1319 void ViewShell::VisPortChgd( const SwRect &rRect) Link Here
1314
    GetWin()->Update();
1314
    GetWin()->Update();
1315
    Imp()->bPaintInScroll = FALSE;
1315
    Imp()->bPaintInScroll = FALSE;
1316
1316
1317
    // --> OD 2010-02-11 #i88070#
1318
    if ( pPostItMgr )
1319
    {
1320
        pPostItMgr->Rescale();
1321
        pPostItMgr->CalcRects();
1322
        pPostItMgr->LayoutPostIts();
1323
    }
1324
    // <--
1325
1317
    if ( !bScrolled && pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() )
1326
    if ( !bScrolled && pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() )
1318
        pPostItMgr->CorrectPositions();
1327
        pPostItMgr->CorrectPositions();
1319
1328

Return to issue 115925