[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 26 11:31:10 UTC 2019
loleaflet/src/map/Map.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 445817299f4b670503678dacd0ad03b0637f0907
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Feb 26 12:27:27 2019 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Feb 26 12:30:34 2019 +0100
Correctly reload rows & columns after saveas
Change-Id: I7a6435d2e0d2e9765a5d6176fac637dc6c1d3064
diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index 92d36160c..79ef7d54d 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -230,7 +230,7 @@ L.Map = L.Evented.extend({
// TODO: remove duplicated init code
this._socket.sendMessage('commandvalues command=.uno:LanguageStatus');
this._socket.sendMessage('commandvalues command=.uno:ViewAnnotations');
- this.fire('updatescrolloffset');
+ this.fire('updaterowcolumnheaders');
this._docLayer._getToolbarCommandsValues();
},
More information about the Libreoffice-commits
mailing list