diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-06-13 14:40:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-06-13 21:53:15 +0200 |
commit | 23fa8a6ed05386ce6e9997747b416279f46ddd5f (patch) | |
tree | 923f80b06e25f68ac8947a86c2ad39ca51e2928a /svtools | |
parent | d97ac904b7a6e77cc46daf08a9b5f9628ff02ee5 (diff) |
weld SvxCharPositionPage
Change-Id: I2084702798e5b01eae5905dc54ad8413e6d5fae6
Reviewed-on: https://gerrit.libreoffice.org/55759
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/valueset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index 7835a7a575ca..39f4913b038b 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -3442,7 +3442,7 @@ void SvtValueSet::ImplDrawItemText(vcl::RenderContext& rRenderContext, const OUS void SvtValueSet::StyleUpdated() { mbFormat = true; - Invalidate(); + CustomWidgetController::StyleUpdated(); } void SvtValueSet::SetColCount( sal_uInt16 nNewCols ) |