diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/serialization-static-ui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/serialization-static-ui.cpp b/src/serialization-static-ui.cpp index b790978..d7de645 100644 --- a/src/serialization-static-ui.cpp +++ b/src/serialization-static-ui.cpp @@ -567,6 +567,8 @@ void pke_deserialize_ui_box(srlztn_deserialize_helper *h, pke_kve_container *kve box->type = bx.type; box->flex_direction = bx.flex_direction; box->layer = bx.layer; + box->color_border = bx.color_border; + box->color_background = bx.color_background; // TODO consider type-specific clone functions if (box->type_data != nullptr && bx.type_data != nullptr) { |
