We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b96209 commit c8ccc5fCopy full SHA for c8ccc5f
ImGuiFileDialog.cpp
@@ -647,7 +647,7 @@ namespace IGFD
647
648
// In this branch, Selectable() cannot toggle the selection so this will never trigger.
649
if (selected != was_selected) //-V547
650
- window->DC.LastItemStatusFlags |= ImGuiItemStatusFlags_ToggledSelection;
+ g.LastItemData.StatusFlags |= ImGuiItemStatusFlags_ToggledSelection;
651
652
// Render
653
if (held && (flags & ImGuiSelectableFlags_DrawHoveredWhenHeld) || vFlashing)
0 commit comments