diff options
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r-- | basctl/source/basicide/basides2.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx index 5e5ea8ec50dd..1ed2b5f93093 100644 --- a/basctl/source/basicide/basides2.cxx +++ b/basctl/source/basicide/basides2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basides2.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2004-01-06 17:12:35 $ + * last change: $Author: rt $ $Date: 2004-07-23 10:11:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -209,12 +209,12 @@ void BasicIDEShell::DestroyModulWindowLayout() } -void BasicIDEShell::UpdateModulWindowLayout() +void BasicIDEShell::UpdateModulWindowLayout( bool bBasicStopped ) { if ( pModulLayout ) { pModulLayout->GetStackWindow().UpdateCalls(); - pModulLayout->GetWatchWindow().UpdateWatches(); + pModulLayout->GetWatchWindow().UpdateWatches( bBasicStopped ); } } |