Changes target window parent on rules ui (#12165)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user