#101623# update view when changing printer
This commit is contained in:
parent
b9be995131
commit
32521a5388
1 changed files with 3 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue