summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/editor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp
index 24ffe27..75bc155 100644
--- a/editor/editor.cpp
+++ b/editor/editor.cpp
@@ -1279,6 +1279,8 @@ void RecordImGuiUIEdit() {
}
ImGui::EndDisabled();
+ ImGui::Text("state: %lu", static_cast<PKE_UI_BOX_STATE_FLAG_T>(selected_ui_box->state_flags));
+
ImGui::Separator();
if (ImGui::CheckboxFlags("flag: Center Horizontal", reinterpret_cast<PKE_UI_BOX_FLAG_T*>(&selected_ui_box->flags), static_cast<PKE_UI_BOX_FLAG_T>(PKE_UI_BOX_FLAG_CENTER_HORIZONTAL))) {