From a2304f62e963b413b7575bedfb8d34e5f2d3ea58 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 30 Aug 2018 09:43:59 +0100 Subject: weld writer page style dialog and SvxBorderBackgroundDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit writer, format page is complete Change-Id: I09f6e4354461c4374cdb0d0e0754dfee35415b45 Reviewed-on: https://gerrit.libreoffice.org/60058 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/source/control/valueset.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source') diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index d61762644e98..827dce66ee99 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -2322,9 +2322,9 @@ SvtValueSet::SvtValueSet(std::unique_ptr pScrolledWindow) void SvtValueSet::SetDrawingArea(weld::DrawingArea* pDrawingArea) { + CustomWidgetController::SetDrawingArea(pDrawingArea); // #106446#, #106601# force mirroring of virtual device maVirDev->EnableRTL(pDrawingArea->get_direction()); - CustomWidgetController::SetDrawingArea(pDrawingArea); } Reference SvtValueSet::CreateAccessible() -- cgit