[Libreoffice-commits] online.git: loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 26 11:34:21 UTC 2019
loleaflet/src/map/Map.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fb2c41443843200d3f86a7e5b066ba0b352dce76
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:33:54 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 0883f1afd..9f7f35af3 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -232,7 +232,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