Skip to content

Commit 86befe1

Browse files
committed
[FIX] : fix in Selectable (Navid not usefull here, ImGuiFileDialog use his own system)
1 parent d331d13 commit 86befe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ImGuiFileDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ namespace IGFD
623623
{
624624
if (!g.NavDisableMouseHover && g.NavWindow == window && g.NavLayer == window->DC.NavLayerCurrent)
625625
{
626+
//SetNavID(id, window->DC.NavLayerCurrent, window->DC.NavFocusScopeIdCurrent, ImRect(bb.Min - window->Pos, bb.Max - window->Pos));
626627
g.NavDisableHighlight = true;
627-
SetNavID(id, window->DC.NavLayerCurrent, window->DC.NavFocusScopeIdCurrent);
628628
}
629629
}
630630
if (pressed)

0 commit comments

Comments
 (0)