José Pedro
7 years ago
No known key found for this signature in database
GPG Key ID: B8247B9301707B83
1 changed files with
5 additions and
0 deletions
-
src/Avalonia.Controls/StackPanel.cs
|
|
|
@ -233,6 +233,11 @@ namespace Avalonia.Controls |
|
|
|
|
|
|
|
foreach (Control child in Children) |
|
|
|
{ |
|
|
|
if (!child.IsVisible) |
|
|
|
{ |
|
|
|
continue; |
|
|
|
} |
|
|
|
|
|
|
|
double childWidth = child.DesiredSize.Width; |
|
|
|
double childHeight = child.DesiredSize.Height; |
|
|
|
|
|
|
|
|