summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-01 14:27:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-02 21:39:35 +0100
commit61fd0e0c27494fdda61e9e06490c50ef1147c1bd (patch)
tree3031b32179ccccb91d2c98a4e14e19da02d353b8 /avmedia
parentf88cd56a4dfc9a1bea5e95c5778f0ce7b6af67dc (diff)
weld ParaLRSpacingWindow & ParaULSpacingWindow
Change-Id: I9bd00ab28a84383cc484b5c58532f355da131999 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87818 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/framework/mediacontrol.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx
index ddec4f90436d..a9c144b1e455 100644
--- a/avmedia/source/framework/mediacontrol.cxx
+++ b/avmedia/source/framework/mediacontrol.cxx
@@ -145,6 +145,7 @@ void MediaControl::Resize()
vcl::Window *pChild = GetWindow(GetWindowType::FirstChild);
assert(pChild);
VclContainer::setLayoutAllocation(*pChild, Point(0, 0), GetSizePixel());
+ Control::Resize();
}
void MediaControl::setState( const MediaItem& rItem )