loleaflet/src/control/Control.Toolbar.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit 7bb57be10a7801b9d56bc2c68b1229d2472ec808 Author: Jan Holesovsky <[email protected]> AuthorDate: Wed Oct 2 11:50:17 2019 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Fri Oct 25 14:28:24 2019 +0300 Enable sidebar also in Impress. Omitting Draw... [Here in the master branch, all this change does is to add the sidebar button to the toolbar for presentation documents.] Change-Id: I1b97757629bf93795e0fe4f4d5681f9e31354df6 Reviewed-on: https://gerrit.libreoffice.org/80024 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/loleaflet/src/control/Control.Toolbar.js b/loleaflet/src/control/Control.Toolbar.js index f6a2ae25c..4fc5bdb09 100644 --- a/loleaflet/src/control/Control.Toolbar.js +++ b/loleaflet/src/control/Control.Toolbar.js @@ -1538,6 +1538,7 @@ function onDocLayerInit() { break; case 'presentation': + toolbarUp.show('breaksidebar', 'sidebar'); var presentationToolbar = w2ui['presentation-toolbar']; if (!map['wopi'].HideExportOption && presentationToolbar) { presentationToolbar.show('presentation', 'presentationbreak'); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
