Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix imgui
  • Loading branch information
jimwang118 committed Aug 17, 2023
commit ce5b0482ab4d5e6e35e5c18c382d96839038d9af
2 changes: 1 addition & 1 deletion tools/k4aviewer/k4asourceselectiondockcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ K4ASourceSelectionDockControl::K4ASourceSelectionDockControl()

K4ADockControlStatus K4ASourceSelectionDockControl::Show()
{
ImGui::SetNextTreeNodeOpen(true, ImGuiCond_FirstUseEver);
ImGui::SetNextItemOpen(true, ImGuiCond_FirstUseEver);
if (ImGui::TreeNode("Open Device"))
{
ImGuiExtensions::K4AComboBox("Device S/N",
Expand Down