Fixed Config editor 2

This commit is contained in:
Tig
2024-08-27 19:52:55 -07:00
parent cc627781e4
commit 4a4589e714

View File

@@ -51,7 +51,7 @@ public partial class View // SuperView/SubView hierarchy management (SuperView,
Debug.WriteLineIf (_subviews.Contains (view), $"BUGBUG: {view} has already been added to {this}.");
// TileView likes to add views that were previously added and have HasFocus = true. No bueno.
HasFocus = false;
view.HasFocus = false;
_subviews.Add (view);
view._superView = this;