| commit | da093e11843acef322cfa72ea28b18e4e546c253 | [log] |
|---|---|---|
| author | gokaysatir <gokaysatir@collabora.com> | Sat May 30 11:50:34 2020 +0300 |
| committer | Andras Timar <andras.timar@collabora.com> | Wed Jul 01 17:51:19 2020 +0200 |
| tree | 91edb48eb1f84c7bd11a7ee8586e731149592aa2 | |
| parent | dc361c46b700fac7454e9d57cf9fa3e6fc22313c [diff] |
tdf#111535 fix mispositioning bug when the page is resized. Change-Id: I67444baa78f99558906de4e8e6c45a8b6f11bce6 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95178 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95762
diff --git a/loleaflet/src/control/Ruler.js b/loleaflet/src/control/Ruler.js index 4ec19dd9..fa94ee1 100644 --- a/loleaflet/src/control/Ruler.js +++ b/loleaflet/src/control/Ruler.js
@@ -425,6 +425,7 @@ L.Control.Ruler = L.Control.extend({ this._rFace.style.marginLeft = rulerOffset + 'px'; this.rulerOffset = rulerOffset; // Needed on different parts too.. this._updateParagraphIndentations(); }, _moveIndentation: function(e) {