TreeNode: Reworded code for ImGuiTreeNodeFlags_OpenOnArrow (follow up to f79b2d6c) to make it lightweight. Should be a no-op from user's point of view. Will facilitate using the arrow hovering information in the hot path. (#2886)
toggled|=(g.IO.MousePos.x>=arrow_hit_x1&&g.IO.MousePos.x<arrow_hit_x2)&&(!g.NavDisableMouseHover);// Lightweight equivalent of IsMouseHoveringRect() since ButtonBehavior() already did the job