Nav: Undo 87eb749cbc, agressively including nav focus test in IsItemHovered() (#323)

This commit is contained in:
ocornut
2016-08-21 15:26:40 +02:00
parent fddf9ca10e
commit 252f094101
3 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -763,7 +763,7 @@ void ImGui::ShowTestWindow(bool* p_open)
}
}
if (ImGui::CollapsingHeader("Graphs widgets"))
if (ImGui::CollapsingHeader("Plots widgets"))
{
static bool animate = true;
ImGui::Checkbox("Animate", &animate);