Changes target window parent on rules ui (#12165)
This commit is contained in:
parent
df8973593f
commit
85866eaeda
|
|
@ -73,7 +73,7 @@ public sealed class RulesManager : SharedRulesManager
|
|||
|
||||
_activePopup.OnQuitPressed += OnQuitPressed;
|
||||
_activePopup.OnAcceptPressed += OnAcceptPressed;
|
||||
_userInterfaceManager.StateRoot.AddChild(_activePopup);
|
||||
_userInterfaceManager.WindowRoot.AddChild(_activePopup);
|
||||
LayoutContainer.SetAnchorPreset(_activePopup, LayoutContainer.LayoutPreset.Wide);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue