[Libreoffice-commits] online.git: loleaflet/src

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 12 09:18:28 UTC 2019


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

New commits:
commit b7e835da99b1a32fb74d301a24cfd50076ce3846
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Dec 12 10:17:44 2019 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Dec 12 10:18:07 2019 +0100

    jsdialog: request update on mobile wizard show
    
    Change-Id: Ib3f90dfa23107f4f2299d05fbf227870156c54d9

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