loleaflet/src/layer/tile/TileLayer.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d34f0d5b7fab9b394f95aa047729b2924cfbd6bd
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Fri Nov 23 12:47:33 2018 +0000
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Sat Nov 24 21:22:46 2018 +0000

    Show cursor, even with a selected graphic / shape.

diff --git a/loleaflet/src/layer/tile/TileLayer.js 
b/loleaflet/src/layer/tile/TileLayer.js
index 2a179ecec..ff078ce15 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -1629,7 +1629,7 @@ L.TileLayer = L.GridLayer.extend({
                && this._isCursorVisible        // only when LOK has told us it 
is ok
                && this._isFocused              // not when document is not 
focused
                && !this._isZooming             // not when zooming
-               && !this.isGraphicVisible()     // not when sizing / 
positioning graphics
+//             && !this.isGraphicVisible()     // not when sizing / 
positioning graphics
                && !this._isEmptyRectangle(this._visibleCursor)) {
                        this._updateCursorPos();
                }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to