diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-11-11 11:34:08 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-11-12 14:47:06 +0100 |
commit | 4141c13da8245b5ed46be3b7034d014d75f433f9 (patch) | |
tree | 9723228c9d72c15449f47042777b7271c2df1346 /include/vcl | |
parent | e9577ef8265ec579066b2daa7de3f1b15044b2b7 (diff) |
Resolves tdf#70519 - Make wavy lines depend on zoom factor
Solves accessibility issue of too faint spellchecking indicators
Change-Id: Ic5bc9e205981e90c8f4ee12aa52dde723da1e7aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125038
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 8c0746215a50..a1c26747c882 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -910,7 +910,7 @@ public: void ImplDrawTextLines( SalLayout&, FontStrikeout eStrikeout, FontLineStyle eUnderline, FontLineStyle eOverline, bool bWordLine, bool bUnderlineAbove ); - void DrawWaveLine( const Point& rStartPos, const Point& rEndPos, tools::Long nLineWidth = 1 ); + void DrawWaveLine( const Point& rStartPos, const Point& rEndPos, tools::Long nLineWidth = 1, tools::Long nWaveHeight = 3); bool ImplDrawRotateText( SalLayout& ); |