[Libreoffice-commits] online.git: loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 24 21:23:05 UTC 2018
loleaflet/src/layer/tile/TileLayer.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d34f0d5b7fab9b394f95aa047729b2924cfbd6bd
Author: Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Fri Nov 23 12:47:33 2018 +0000
Commit: Michael Meeks <michael.meeks at 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();
}
More information about the Libreoffice-commits
mailing list