mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	CI: moved static analysis to a separate project + fix (uninitialized variable, was harmless in this case).
This commit is contained in:
		| @@ -1352,6 +1352,7 @@ struct ImGuiContext | ||||
|         ActiveIdTimer = 0.0f; | ||||
|         ActiveIdIsJustActivated = false; | ||||
|         ActiveIdAllowOverlap = false; | ||||
|         ActiveIdNoClearOnFocusLoss = false; | ||||
|         ActiveIdHasBeenPressedBefore = false; | ||||
|         ActiveIdHasBeenEditedBefore = false; | ||||
|         ActiveIdHasBeenEditedThisFrame = false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user