[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - loleaflet/src

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 12 10:04:14 UTC 2019


 loleaflet/src/control/Control.MobileWizard.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 05ae02cde9c2643e13f5f5b6ef2d00b457094cb5
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Dec 12 10:17:44 2019 +0100
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Dec 12 11:03:56 2019 +0100

    jsdialog: request update on mobile wizard show
    
    Change-Id: Ib3f90dfa23107f4f2299d05fbf227870156c54d9
    Reviewed-on: https://gerrit.libreoffice.org/85027
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/src/control/Control.MobileWizard.js b/loleaflet/src/control/Control.MobileWizard.js
index 912c4602d..2bf3ffc1f 100644
--- a/loleaflet/src/control/Control.MobileWizard.js
+++ b/loleaflet/src/control/Control.MobileWizard.js
@@ -58,6 +58,7 @@ L.Control.MobileWizard = L.Control.extend({
 	_showWizard: function() {
 		$('#mobile-wizard').show();
 		$('#toolbar-down').hide();
+		this._refreshSidebar();
 	},
 
 	_showWizardSidebar: function() {


More information about the Libreoffice-commits mailing list