loleaflet/src/map/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fb2c41443843200d3f86a7e5b066ba0b352dce76 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Tue Feb 26 12:27:27 2019 +0100 Commit: Szymon Kłos <szymon.k...@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(); }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits