diff options
author | Fox Caminiti <fox@foxcam.net> | 2023-01-23 23:57:37 -0500 |
---|---|---|
committer | Fox Caminiti <fox@foxcam.net> | 2023-01-23 23:57:37 -0500 |
commit | e4acc91f56d9d88b75f60a23bd9662804d7c54b7 (patch) | |
tree | e0a30356d078557cf18417082dc0122c6fd4c171 /src/imgui_ui_properties.cpp | |
parent | 6298837d4b5fbff561e3d7e6a3361bd64e432960 (diff) |
selection upgrade wip
Diffstat (limited to 'src/imgui_ui_properties.cpp')
-rw-r--r-- | src/imgui_ui_properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imgui_ui_properties.cpp b/src/imgui_ui_properties.cpp index 341045e..c427971 100644 --- a/src/imgui_ui_properties.cpp +++ b/src/imgui_ui_properties.cpp @@ -442,7 +442,7 @@ ImGui_PropertiesPanel(project_data *File, project_state *State, ui *UI, memory * } if (Layer->IsShapeLayer) { shape_layer *Shape = &Layer->Shape; - shape_options *Opt = &Layer->Shape.Opt; + shape_options *Opt = &Layer->ShapeOpt; // TODO(fox): Combine with RGBA function? ImGui::DragScalar("Shape width", ImGuiDataType_Float, &Shape->Width); if (ImGui::IsItemActive()) { |