diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-09-01 14:34:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-09-02 09:34:07 +0200 |
commit | b4513307785ce0d61b3dcde754b1855f1c65225c (patch) | |
tree | 5ebd5c0acaa0825b83540ea24f9bdd16ada810c1 /sd/source | |
parent | 34e69d4b9570c11c9ff04711005c7b70faadfff1 (diff) |
annotation label doesn't need to be an Edit, FixedText is enough
similar to:
commit a2d97135411d566b0b1f3d47af7912c8412cee7f
Author: Caolán McNamara <caolanm@redhat.com>
Date: Tue Aug 18 10:23:27 2020 +0100
annotation label doesn't need to be a MultiLine edit, FixedText is enough
Change-Id: I5035ecc2d5d03f7aaeb794006a0cb305bb89a219
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101850
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/annotations/annotationwindow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index 472b9deacd72..e1ee6a9d4347 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -269,6 +269,7 @@ void AnnotationWindow::InitControls() // window control for author and date mpMeta = VclPtr<FixedText>::Create(this); + mpMeta->EnableRTL(AllSettings::GetLayoutRTL()); mpMeta->SetCallHandlersOnInputDisabled(true); // we should leave this setting alone, but for this we need a better layout algo |