[Libreoffice-commits] core.git: sfx2/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Thu Dec 17 06:32:48 PST 2015
sfx2/source/appl/workwin.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a7d0c00d7307d11d1a3019f5defa9225a07c2d2a
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Thu Dec 17 15:31:37 2015 +0100
Fix creation of infobar
Fallout from 7dd77a12713c0557c5826d3541e97ef6120e1d00
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index eb91b2c..0e9d3d6 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
More information about the Libreoffice-commits
mailing list