mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 16:38:25 -05:00
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();
|