loleaflet/src/layer/tile/TileLayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6b11b66625e0a4a27539b19ccadf1d0295689b4e Author: Michael Meeks <[email protected]> AuthorDate: Fri Nov 23 12:47:33 2018 +0000 Commit: Andras Timar <[email protected]> CommitDate: Thu Nov 29 12:25:32 2018 +0100 Show cursor, even with a selected graphic / shape. Change-Id: I18f63a5cd4bb2673827b1bc8d64e53df1a09b4f9 Reviewed-on: https://gerrit.libreoffice.org/63960 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/loleaflet/src/layer/tile/TileLayer.js b/loleaflet/src/layer/tile/TileLayer.js index ebae1bbd7..106a16503 100644 --- a/loleaflet/src/layer/tile/TileLayer.js +++ b/loleaflet/src/layer/tile/TileLayer.js @@ -1490,7 +1490,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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
