diff options
Diffstat (limited to 'embroider_print.py')
| -rw-r--r-- | embroider_print.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embroider_print.py b/embroider_print.py index ee9193a8..5895bc51 100644 --- a/embroider_print.py +++ b/embroider_print.py @@ -377,7 +377,7 @@ class Print(InkstitchExtension): svg_overview = overview_svg, color_blocks = stitch_plan.color_blocks, palettes = ThreadCatalog().palette_names(), - selected_palette = palette.name, + selected_palette = palette, ) # We've totally mucked with the SVG. Restore it so that we can save |
