Kaydet (Commit) c7513322 authored tarafından Noel Power's avatar Noel Power

fix for fdo#36684

fix layout problem with toolbars ( when enabling/disabling them from View/Toolbars )
üst c548902b
...@@ -570,6 +570,7 @@ bool ToolbarLayoutManager::showToolbar( const ::rtl::OUString& rResourceURL ) ...@@ -570,6 +570,7 @@ bool ToolbarLayoutManager::showToolbar( const ::rtl::OUString& rResourceURL )
aUIElement.m_bVisible = true; aUIElement.m_bVisible = true;
implts_writeWindowStateData( aUIElement ); implts_writeWindowStateData( aUIElement );
implts_setToolbar( aUIElement ); implts_setToolbar( aUIElement );
implts_sortUIElements();
return true; return true;
} }
......
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