From 63cd2bf9b14ba754ccf5ea2c7d2eb532ac6b242b Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 5 Oct 2017 09:40:06 -0700 Subject: [PATCH] Removed obsolete comment. --- imgui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/imgui.cpp b/imgui.cpp index 21aba4ebc..1e5d128e5 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -2388,7 +2388,6 @@ void ImGui::NewFrame() } // Pressing TAB activate widget focus - // NB: Don't discard FocusedWindow if it isn't active, so that a window that go on/off programatically won't lose its keyboard focus. if (g.ActiveId == 0 && g.NavWindow != NULL && g.NavWindow->Active && IsKeyPressedMap(ImGuiKey_Tab, false)) g.NavWindow->FocusIdxTabRequestNext = 0;