loleaflet/src/map/Map.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 445817299f4b670503678dacd0ad03b0637f0907
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: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();
        },
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to