summaryrefslogtreecommitdiff
path: root/lib/patterns.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/patterns.py')
-rw-r--r--lib/patterns.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/patterns.py b/lib/patterns.py
index 70700f18..8a0c8449 100644
--- a/lib/patterns.py
+++ b/lib/patterns.py
@@ -58,6 +58,9 @@ def _apply_fill_patterns(patterns, patches):
elif stitch.has_tag('auto_fill_travel'):
# keep travel stitches (underpath or travel around the border)
patch_points.append(stitch)
+ elif stitch.has_tag('satin_column') and not stitch.has_tag('satin_split_stitch'):
+ # keep satin column stitches unless they are split stitches
+ patch_points.append(stitch)
patch.stitches = patch_points