diff options
Diffstat (limited to 'src/path-chemistry.cpp')
| -rw-r--r-- | src/path-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 3714f3531..5f089476e 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -379,7 +379,7 @@ sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_selec continue; } - if (SP_IS_PATH(item) && !SP_SHAPE(item)->curve_before_lpe) { + if (SP_IS_PATH(item) && !SP_SHAPE(item)->_curve_before_lpe) { continue; // already a path, and no path effect } |
