TypingSelect: always enable nav highlight.

Otherwise in non multi-select contexts as nav dosn't automatically select result would not always be visible.
This commit is contained in:
ocornut
2023-09-15 16:58:06 +02:00
parent 223b19f116
commit 8a2cd81091
3 changed files with 2 additions and 3 deletions

View File

@ -1075,7 +1075,6 @@ static ImVec2 NavCalcPreferredRefPos();
static void NavSaveLastChildNavWindowIntoParent(ImGuiWindow* nav_window);
static ImGuiWindow* NavRestoreLastChildNavWindow(ImGuiWindow* window);
static void NavRestoreLayer(ImGuiNavLayer layer);
static void NavRestoreHighlightAfterMove();
static int FindWindowFocusIndex(ImGuiWindow* window);
// Error Checking and Debug Tools