summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdi.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-27 11:47:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-27 21:03:47 +0100
commit0c5f58114cea0fbb7c638726b1ce6bc214fea504 (patch)
tree0dcd7c40237572aae7b21dfab5c087b937f87a18 /vcl/inc/salgdi.hxx
parent4335810b00abb9b00a9d81caa5ffe09a3ea927fd (diff)
with RTL UI the LTR scrollbar in 'gen' calc is rendered incorrectly
this is noticable since... commit 4deadc3c78949c18bb886eb1f66caa8f3cd7a2df Date: Fri Sep 25 13:30:11 2020 +0200 disentangle AA and B2D use in VCL drawing but is probably a problem since around... commit b5f081e1ac14f60497f62a27be86b07b0baa42f7 Date: Thu Aug 30 23:41:36 2018 +0200 Support RTL layout in VCL using Matrices Change-Id: I6bcad30982ee1eaee96bc6721d73e1e545f0d86a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106761 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r--vcl/inc/salgdi.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 9fa687123bfa..6ed360105d24 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -596,7 +596,9 @@ private:
// for buffering the Mirror-Matrix, see ::getMirror
basegfx::B2DHomMatrix m_aLastMirror;
- tools::Long m_aLastMirrorW;
+ tools::Long m_aLastMirrorW;
+ tools::Long m_nLastMirrorDeviceLTRButBiDiRtlTranslate;
+ bool m_bLastMirrorDeviceLTRButBiDiRtlSet;
protected:
/// flags which hold the SetAntialiasing() value from OutputDevice