From ef8728f7418d8fdbf72c2d0617cc78b45a04f5cc Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Mon, 28 Oct 2024 07:15:33 -0300 Subject: [PATCH] Copy Raith data in Cell::get_flexpaths Signed-off-by: Lucas Heitzmann Gabrielli --- src/cell.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cell.cpp b/src/cell.cpp index 5ca0502b0..34e10f5ed 100644 --- a/src/cell.cpp +++ b/src/cell.cpp @@ -431,6 +431,7 @@ void Cell::get_flexpaths(bool apply_repetitions, int64_t depth, bool filter, Tag path->repetition.copy_from(psrc->repetition); path->scale_width = psrc->scale_width; path->simple_path = psrc->simple_path; + path->raith_data.copy_from(psrc->raith_data); } path->num_elements++; path->elements = (FlexPathElement*)reallocate(