diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-25 11:59:22 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-25 11:59:22 -0400 |
| commit | 6c9e96debca1e1ed28ed8d5ce5bd99bb9c32213b (patch) | |
| tree | c13ebbca01f3aafb502fe6895883516223abbd1d | |
| parent | c58e91fee38659c6b2b262e6670af9d7a1d663b7 (diff) | |
pke: apply deserialized ui box colors
| -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) { |
