diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-12-17 15:31:37 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-12-17 15:32:17 +0100 |
commit | a7d0c00d7307d11d1a3019f5defa9225a07c2d2a (patch) | |
tree | 2231110c143a419b730557315f0567aeb393acc5 /sfx2/source/appl/workwin.cxx | |
parent | 4eea9f214682008052424479a4b1f8cf90a79132 (diff) |
Fix creation of infobar
Fallout from 7dd77a12713c0557c5826d3541e97ef6120e1d00
Diffstat (limited to 'sfx2/source/appl/workwin.cxx')
-rw-r--r-- | sfx2/source/appl/workwin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index eb91b2c62e43..0e9d3d6d0039 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -1385,6 +1385,7 @@ void SfxWorkWindow::UpdateChildWindows_Impl() if ( ( !bIsFullScreen || pChildWin->GetAlignment() == SfxChildAlignment::NOALIGNMENT ) && bAllChildrenVisible ) { // Update Mode is compatible; definitely enable it + bCreate = true; if ( pCW->pCli ) { // The window is a direct Child |