mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 18:40:50 +08:00 
			
		
		
		
	(#1188) Rows measure greedy
This commit is contained in:
		@@ -41,8 +41,8 @@ public sealed class Rows : Renderable, IExpandable
 | 
			
		||||
            if (measurements.Length > 0)
 | 
			
		||||
            {
 | 
			
		||||
                return new Measurement(
 | 
			
		||||
                    measurements.Min(c => c.Min),
 | 
			
		||||
                    measurements.Min(c => c.Max));
 | 
			
		||||
                    measurements.Max(c => c.Min),
 | 
			
		||||
                    measurements.Max(c => c.Max));
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return new Measurement(0, 0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user