From 04fbd8f6e6386a8536b6d3ff7e1ee85d19f25804 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 15 Feb 2019 18:20:14 +0100 Subject: [PATCH] Material: editor, white spaces --- src/Mod/Material/MaterialEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Material/MaterialEditor.py b/src/Mod/Material/MaterialEditor.py index f1465124cd..931635d017 100644 --- a/src/Mod/Material/MaterialEditor.py +++ b/src/Mod/Material/MaterialEditor.py @@ -67,7 +67,7 @@ class MaterialEditor: buttonSave = widget.ButtonSave comboMaterial = widget.ComboMaterial treeView = widget.treeView - + # temporarily hide preview fields, as they are not used yet # TODO : implement previews widget.PreviewGroup.hide()