mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 20:51:06 +01:00 
			
		
		
		
	Demo: Reorganized "Examples" menu. Tweak Property Editor.
This commit is contained in:
		| @@ -11692,7 +11692,7 @@ void ImGui::NavUpdateCreateMoveRequest() | ||||
|         scoring_rect.TranslateY(scoring_rect_offset_y); | ||||
|         if (g.NavMoveSubmitted) | ||||
|             NavBiasScoringRect(scoring_rect, window->RootWindowForNav->NavPreferredScoringPosRel[g.NavLayer], g.NavMoveDir, g.NavMoveFlags); | ||||
|         IM_ASSERT(!scoring_rect.IsInverted()); // Ensure if we have a finite, non-inverted bounding box here will allow us to remove extraneous ImFabs() calls in NavScoreItem(). | ||||
|         IM_ASSERT(!scoring_rect.IsInverted()); // Ensure we have a non-inverted bounding box here will allow us to remove extraneous ImFabs() calls in NavScoreItem(). | ||||
|         //GetForegroundDrawList()->AddRect(scoring_rect.Min, scoring_rect.Max, IM_COL32(255,200,0,255)); // [DEBUG] | ||||
|         //if (!g.NavScoringNoClipRect.IsInverted()) { GetForegroundDrawList()->AddRect(g.NavScoringNoClipRect.Min, g.NavScoringNoClipRect.Max, IM_COL32(255, 200, 0, 255)); } // [DEBUG] | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user