mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-20 05:48:14 +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