Kaydet (Commit) 65b1f087 authored tarafından Szymon Kłos's avatar Szymon Kłos

Notebookbar: PriorityHBox working after reload

Change-Id: Iba1802f386131b37b7972a7f022f85fdcdaab6fe
Reviewed-on: https://gerrit.libreoffice.org/43363Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSzymon Kłos <szymon.klos@collabora.com>
üst 3933ac68
......@@ -113,7 +113,8 @@ public:
virtual void Resize() override
{
SetSizeFromParent();
if (!m_bInitialized && SfxViewFrame::Current())
Initialize();
if (!m_bInitialized)
{
......
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