Fix shape direction.

This commit is contained in:
Sergey Vartanov 2021-06-11 01:19:18 +03:00
parent 233572f2d9
commit 5a54e2ca2a
2 changed files with 3 additions and 3 deletions

View file

@ -361,7 +361,7 @@ class Scheme:
if key in tags:
if DirectionSet(tags[key]).is_right() is False:
for specification in main_icon.shape_specifications:
if specification.shape.is_right_directed:
if specification.shape.is_right_directed is True:
specification.flip_horizontally = True
return returned, priority