Changes for SplitContainer Engine PR (#20383)

This commit is contained in:
Leon Friedrich
2023-10-09 03:28:04 +11:00
committed by GitHub
parent 364c9b7f0a
commit 00642e87a3
2 changed files with 1 additions and 25 deletions

View File

@@ -24,7 +24,7 @@ public sealed partial class SeparatedChatGameScreen : InGameScreen
SetAnchorAndMarginPreset(Hotbar, LayoutPreset.BottomWide, margin: 5);
SetAnchorAndMarginPreset(Alerts, LayoutPreset.CenterRight, margin: 10);
ScreenContainer.OnSplitResizeFinish += (first, second) =>
ScreenContainer.OnSplitResizeFinished += () =>
OnChatResized?.Invoke(new Vector2(ScreenContainer.SplitFraction, 0));
}