auto satin should trim at the end too

pull/399/head
Lex Neva 2019-03-08 19:59:28 -05:00
rodzic 602f201cb6
commit a14ed903cf
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -728,4 +728,8 @@ def add_trims(elements, trim_indices):
new_elements.append(element)
# trim at the end, too
if i not in trim_indices:
add_commands(element, ["trim"])
return new_elements