From 6c9e96debca1e1ed28ed8d5ce5bd99bb9c32213b Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 25 Sep 2025 11:59:22 -0400 Subject: pke: apply deserialized ui box colors --- src/serialization-static-ui.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3