mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 05:01:05 +01:00 
			
		
		
		
	Window, Clipper: store initial precision loss and apply in clipper. (#3609, #3962 + https://github.com/ocornut/imgui_club/issues/20)
This commit is contained in:
		| @@ -72,7 +72,8 @@ Other Changes: | ||||
|   by the clipper to display. (#3841) | ||||
| - Clipper: fixed content height declaration slightly mismatching the value of when not using a clipper. | ||||
|   (an additional ItemSpacing.y was declared, affecting scrollbar range). | ||||
| - Clipper: minor and incomplete changes to tame down precision issues on very large ranges (#3609, #3962). | ||||
| - Clipper: various and incomplete changes to tame down scrolling and precision issues on very large ranges. | ||||
|   Passing an explicit height to the clipper now allows larger ranges. (#3609, #3962). | ||||
| - Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceAllowNullID doesn't lose | ||||
|   tooltip when scrolling. (#143) | ||||
| - Metrics: Added a node showing windows in submission order and showing the Begin() stack. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user