mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
Nav: Fixed a bug where mouse positioning requests would be sent while opening submenus with mouse (#323)
This commit is contained in:
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…
Reference in New Issue
Block a user