kopia lustrzana https://github.com/inkstitch/inkstitch
fix troubleshoot pointer position (#696)
rodzic
0b2156b1ad
commit
2aebae6826
|
@ -150,7 +150,7 @@ class Fill(EmbroideryElement):
|
|||
|
||||
if not valid:
|
||||
why = explain_validity(self.shape)
|
||||
message, x, y = re.findall(r".+?(?=\[)|\d+\.\d+", why)
|
||||
message, x, y = re.findall(r".+?(?=\[)|-?\d+\.\d+", why)
|
||||
|
||||
# I Wish this weren't so brittle...
|
||||
if "Hole lies outside shell" in message:
|
||||
|
|
Ładowanie…
Reference in New Issue