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

New commits:
commit aae1eae9e4a7503d5d6cb0fe4f6ba573c73f7933
Author:     Ashod Nakashian <[email protected]>
AuthorDate: Mon Dec 16 08:41:18 2019 -0500
Commit:     Michael Meeks <[email protected]>
CommitDate: Mon Dec 16 19:02:23 2019 +0100

    leaflet: don't show the sidebar wizard in Impress
    
    Only Impress seems to be affected by this lack of
    proper initialization.
    
    Change-Id: I5c870d8afaf7c7403071c61ed26ba321070264d0
    Reviewed-on: https://gerrit.libreoffice.org/85220
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Michael Meeks <[email protected]>

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index d80a60f4b..58d9cf849 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -111,6 +111,7 @@ L.Map = L.Evented.extend({
                this._disableDefaultAction = {}; // The events for which the 
default handler is disabled and only issues postMessage.
                this._winId = 0;
                this._activeDialog = null;
+               this.showSidebar = false;
 
                vex.dialogID = -1;
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to