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

docking
ocornut 9 years ago
parent e4c099d67c
commit 4f7c63a7af

@ -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