Nav: Fixed a bug where mouse positioning requests would be sent while opening submenus with mouse (#323)

features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=9 years)
parent e4c099d67c
commit 4f7c63a7af
  1. 2
      imgui.cpp

@ -2463,7 +2463,7 @@ static void NavUpdate()
IM_ASSERT(g.NavWindow);
g.NavId = g.NavInitDefaultResultId;
g.NavRefRectRel = g.NavInitDefaultResultRectRel;
if (!g.NavDisableHighlight)
if (g.NavDisableMouseHover)
g.NavMousePosDirty = true;
if (g.NavLayer == 0)
g.NavWindow->NavLastId = g.NavId;

Loading…
Cancel
Save