Kaydet (Commit) a7d0c00d authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Fix creation of infobar

Fallout from 7dd77a12
üst 4eea9f21
...@@ -1385,6 +1385,7 @@ void SfxWorkWindow::UpdateChildWindows_Impl() ...@@ -1385,6 +1385,7 @@ void SfxWorkWindow::UpdateChildWindows_Impl()
if ( ( !bIsFullScreen || pChildWin->GetAlignment() == SfxChildAlignment::NOALIGNMENT ) && bAllChildrenVisible ) if ( ( !bIsFullScreen || pChildWin->GetAlignment() == SfxChildAlignment::NOALIGNMENT ) && bAllChildrenVisible )
{ {
// Update Mode is compatible; definitely enable it // Update Mode is compatible; definitely enable it
bCreate = true;
if ( pCW->pCli ) if ( pCW->pCli )
{ {
// The window is a direct Child // The window is a direct Child
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment