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

New commits:
commit 76f2be67e5ae87631ef9958f0b62e1893a05cfc0
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Wed Oct 9 17:39:03 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed Oct 9 17:39:03 2019 +0200

    jsdialogs: fix tabs / title bar switching
    
    Change-Id: If708cf47a8766803f6c9bb5aa1baf67a39bd0ce3

diff --git a/loleaflet/src/control/Control.MobileWizard.js 
b/loleaflet/src/control/Control.MobileWizard.js
index 982f7118f..1e7177f9c 100644
--- a/loleaflet/src/control/Control.MobileWizard.js
+++ b/loleaflet/src/control/Control.MobileWizard.js
@@ -27,6 +27,7 @@ L.Control.MobileWizard = L.Control.extend({
                this.backButton.addClass('close-button');
                $('#mobile-wizard-tabs').empty();
                $('#mobile-wizard-tabs').hide();
+               $('#mobile-wizard-titlebar').show();
                $('#mobile-wizard-titlebar').css('top', '0px');
                $('#mobile-wizard-content').css('top', '48px');
                this._isTabMode = false;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to