loleaflet/src/control/Control.RowHeader.js |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 967d3a415695be4fc0c839215f660ec985b2001d
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Wed Nov 6 01:20:30 2019 +0000
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Wed Nov 6 01:20:30 2019 +0000

    Mend touch sizing of rows & columns.
    
    Change-Id: I6bcd8a24972845fd37d8c7eafbcc0124fcd1a25c

diff --git a/loleaflet/src/control/Control.RowHeader.js 
b/loleaflet/src/control/Control.RowHeader.js
index 0736af32e..6d2739ca5 100644
--- a/loleaflet/src/control/Control.RowHeader.js
+++ b/loleaflet/src/control/Control.RowHeader.js
@@ -346,9 +346,9 @@ L.Control.RowHeader = L.Control.Header.extend({
 
        getHeaderEntryBoundingClientRect: function (index) {
                var entry = this._mouseOverEntry;
-               if (index) {
-                       entry = this._tickMap.get(index);
-               }
+
+               if (index)
+                       entry = this._tickMap.getGap(index);
 
                if (!entry)
                        return;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to