Kaydet (Commit) 15869ea2 authored tarafından Caolán McNamara's avatar Caolán McNamara

presumably we don't need to recalculate on subsequenct 'show' now

Change-Id: I7e5fdd2b328a7d88e11cc15ba9e1027ef55c5e17
Reviewed-on: https://gerrit.libreoffice.org/43461Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst facb86ea
......@@ -596,11 +596,6 @@ void FloatingWindow::LogicInvalidate(const tools::Rectangle* /*pRectangle*/)
void FloatingWindow::StateChanged( StateChangedType nType )
{
if (nType == StateChangedType::InitShow)
{
DoInitialLayout();
}
SystemWindow::StateChanged( nType );
Dialog* pParentDlg = GetParentDialog();
if (pParentDlg && nType == StateChangedType::InitShow && IsVisible())
......
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