fix windows no elements error (#2348)

pull/2351/head
Kaalleen 2023-06-05 07:29:51 +02:00 zatwierdzone przez GitHub
rodzic dcb1b08597
commit 2d8c572432
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -89,7 +89,7 @@ class InkstitchExtension(inkex.EffectExtension):
return []
if self.svg.selection:
if node in self.svg.selection:
if node in list(self.svg.selection):
selected = True
else:
# if the user didn't select anything that means we process everything