зеркало из https://github.com/DeGsoft/maui-linux.git
[HR] properly reload merged rds
This commit is contained in:
Родитель
ea132d0830
Коммит
29abc1e23a
|
@ -182,7 +182,7 @@ namespace Xamarin.Forms.Xaml
|
|||
}
|
||||
cvv.Visit((ElementNode)resources, null);
|
||||
|
||||
visitorContext.RootElement = visitorContext.Values[resources];
|
||||
visitorContext.RootElement = rootView;
|
||||
|
||||
resources.Accept(new XamlNodeVisitor((node, parent) => node.Parent = parent), null); //set parents for {StaticResource}
|
||||
resources.Accept(new ExpandMarkupsVisitor(visitorContext), null);
|
||||
|
|
Загрузка…
Ссылка в новой задаче