Material: Editor and import, delete trailing white spaces

This commit is contained in:
Bernd Hahnebach
2018-06-01 08:21:26 +02:00
parent 7031055d86
commit 5f3fdc9b42
2 changed files with 5 additions and 5 deletions

View File

@@ -210,8 +210,8 @@ class MaterialEditor:
"Edits an item if it is not in the first column"
if column > 0:
self.widget.Editor.editItem(item, column)
def itemChanged(self, item, column):
"Handles text changes"
if item.text(0) == "Section Fill Pattern":