sfx2/source/appl/workwin.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a7d0c00d7307d11d1a3019f5defa9225a07c2d2a
Author: Samuel Mehrbrodt <samuel.mehrbr...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to