#101623# update view when changing printer

This commit is contained in:
Thomas Lange 2002-07-24 09:49:14 +00:00
parent b9be995131
commit 32521a5388

View file

@ -2,9 +2,9 @@
*
* $RCSfile: document.cxx,v $
*
* $Revision: 1.55 $
* $Revision: 1.56 $
*
* last change: $Author: tl $ $Date: 2002-07-12 07:26:02 $
* last change: $Author: tl $ $Date: 2002-07-24 10:49:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -731,7 +731,7 @@ void SmDocShell::Resize()
SetVisAreaSize( aVisSize );
SmViewShell *pViewSh = SmGetActiveView();
if (pViewSh)
pViewSh->GetViewFrame()->GetBindings().Invalidate(SID_GRAPHIC);
pViewSh->GetGraphicWindow().Invalidate();
if ( bIsEnabled )
EnableSetModified( bIsEnabled );