[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 29 11:25:50 UTC 2018
loleaflet/src/layer/tile/TileLayer.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6b11b66625e0a4a27539b19ccadf1d0295689b4e
Author: Michael Meeks <michael.meeks at collabora.com>
AuthorDate: Fri Nov 23 12:47:33 2018 +0000
Commit: Andras Timar <andras.timar at collabora.com>
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 <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
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();
}
More information about the Libreoffice-commits
mailing list