Nav: Fixed clipped scoring when exiting a NavFlattened child back to a parent item (clipping not desirable then). (followup and fix to c665c15). (#787)
constImRect&curr=g.NavScoringRectScreen;// Current modified source rect (NB: we've applied Max.x = Min.x in NavUpdate() to inhibit the effect of having varied item width)
constImRect&curr=g.NavScoringRectScreen;// Current modified source rect (NB: we've applied Max.x = Min.x in NavUpdate() to inhibit the effect of having varied item width)
g.NavScoringCount++;
g.NavScoringCount++;
if(window!=g.NavWindow)
// When entering through a NavFlattened border, we consider child window items as fully clipped for scoring
if(window->ParentWindow==g.NavWindow)
{
{
// When crossing through a NavFlattened border, we score items on the other windows fully clipped