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

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 4 16:08:12 UTC 2019


 loleaflet/src/control/Control.JSDialogBuilder.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 709b81246d7c1339acba3651fe9077ed468a31b4
Author:     Szymon KÅ‚os <szymon.klos at collabora.com>
AuthorDate: Wed Dec 4 17:06:30 2019 +0100
Commit:     Szymon KÅ‚os <szymon.klos at collabora.com>
CommitDate: Wed Dec 4 17:07:28 2019 +0100

    jsdialog: temp fix color picker
    
    Before other content was still visible after user entered color picker.
    But still we will need container with id for updates of colorpicker
    later.
    
    Change-Id: Id7cb9d3a77afa6e2a226250f10917fcd454d15dc

diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js b/loleaflet/src/control/Control.JSDialogBuilder.js
index 66ec0eb26..782eb826c 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -1463,7 +1463,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
 			var childType = childData.type;
 			var processChildren = true;
 			var needsToCreateContainer =
-				childType == 'panel' || childType == 'frame' || childType == 'toolbox';
+				childType == 'panel' || childType == 'frame';
 
 			if ((childData.id === undefined || childData.id === '' || childData.id === null)
 				&& (childType == 'checkbox' || childType == 'radiobutton')) {


More information about the Libreoffice-commits mailing list