mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:59:00 +08:00
43966c5116
* [azure-kinect-sensor-sdk] Fix supports and build issue in feature 'tool' * Update the version database
14 lines
411 B
Diff
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();
|