summaryrefslogtreecommitdiff
path: root/sfx2/source/view/sfxbasecontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/sfxbasecontroller.cxx')
-rw-r--r--sfx2/source/view/sfxbasecontroller.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx
index 6a609f15ca3f..8c5968efe399 100644
--- a/sfx2/source/view/sfxbasecontroller.cxx
+++ b/sfx2/source/view/sfxbasecontroller.cxx
@@ -1370,6 +1370,10 @@ void SfxBaseController::ConnectSfxFrame_Impl( const bool i_bConnect )
if ( SfxViewFrame::Current() == pActFrame )
pActFrame->GetDispatcher()->Update_Impl( sal_True );
+
+ Window* pFrameWin = &pActFrame->GetWindow();
+ if ( pFrameWin != &pActFrame->GetFrame()->GetWindow() )
+ pFrameWin->Show();
}
// invalidate slot corresponding to the view shell