vcpkg/ports/azure-kinect-sensor-sdk/fix-build-imgui.patch
Phoebe 43966c5116
[azure-kinect-sensor-sdk] Fix supports and build issue in feature 'tool' (#22647)
* [azure-kinect-sensor-sdk] Fix supports and build issue in feature 'tool'

* Update the version database
2022-01-20 15:53:02 -08:00

14 lines
411 B
Diff

diff --git a/tools/k4aviewer/k4alogdockcontrol.cpp b/tools/k4aviewer/k4alogdockcontrol.cpp
index 4289f71..407e912 100644
--- a/tools/k4aviewer/k4alogdockcontrol.cpp
+++ b/tools/k4aviewer/k4alogdockcontrol.cpp
@@ -161,7 +161,7 @@ K4ADockControlStatus K4ALogDockControl::Show()
if (updated)
{
- ImGui::SetScrollHere(1.0f);
+ ImGui::SetScrollHereY(1.0f);
}
ImGui::EndChild();