Kaydet (Commit) 996a6ba4 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS tbe19 (1.35.22); FILE MERGED

2005/02/17 15:40:52 tbe 1.35.22.1: #i43005# Dialog Editor: repaint problems when deleting control
üst 36d50e52
......@@ -2,9 +2,9 @@
*
* $RCSfile: dlged.cxx,v $
*
* $Revision: 1.35 $
* $Revision: 1.36 $
*
* last change: $Author: rt $ $Date: 2004-12-10 17:01:51 $
* last change: $Author: vg $ $Date: 2005-02-24 16:59:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -637,6 +637,11 @@ IMPL_LINK( DlgEditor, PaintTimeout, Timer *, EMPTYARG )
}
}
// #i43005# repaint problems when deleting controls
Wallpaper aWallpaper( Color( COL_WHITE ) );
if ( pWindow )
pWindow->DrawWallpaper( aPaintRect, aWallpaper );
// #114282# unbuffered paint
SdrPageView* pPgView = pDlgEdView->GetPageViewPvNum(0);
if ( pPgView )
......
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