diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-01 14:27:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-02 21:39:35 +0100 |
commit | 61fd0e0c27494fdda61e9e06490c50ef1147c1bd (patch) | |
tree | 3031b32179ccccb91d2c98a4e14e19da02d353b8 /avmedia | |
parent | f88cd56a4dfc9a1bea5e95c5778f0ce7b6af67dc (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.cxx | 1 |
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 ) |