summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-13 09:28:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-13 20:06:16 +0200
commita754cce9366ea8aa67299bbec12e36b5ffddbe56 (patch)
treeba9f8dd462b5f76e762a2cd9851b2d9cd4bfdf74 /sd
parentda1c79205777357d2b22626b4985dfcd7e014236 (diff)
Resolves: tdf#143795 trigger layout when content changes
Change-Id: I9ec19b55f2b46ac8dd1415f45d5e0368fa52fbfd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120366 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/SlideBackground.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx
index e225d4548952..97a1672b2920 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -450,6 +450,10 @@ void SlideBackground::Update()
default:
break;
}
+
+ // Need to do a relayouting, otherwise the panel size is not updated after show / hide controls
+ if (m_pPanel)
+ m_pPanel->TriggerDeckLayouting();
}
void SlideBackground::UpdateMarginBox()