microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.47k stars 613 forks source link

fix imgui delete function #1945

Open jimwang118 opened 10 months ago

jimwang118 commented 10 months ago

Fixes

Description of the changes:

-Building with "tool" feature fails. ImGui's SetNextTreeNodeOpen was previously deprecated and now has been removed. Call SetNextItemOpen instead. see https://github.com/ocornut/imgui/blob/1362fc0c56d8742167379661a353d8342f7c4a86/imgui.h#L3131

Before submitting a Pull Request:

I tested changes on:

thundercarrot commented 4 months ago

Any chance of finishing this up? Not sure what the issue is.

FrankXie05 commented 4 months ago

@jaygullapalli