diff --git a/osu.Game/Overlays/Comments/CommentEditor.cs b/osu.Game/Overlays/Comments/CommentEditor.cs index f7e53addbe..2fa4cb68f3 100644 --- a/osu.Game/Overlays/Comments/CommentEditor.cs +++ b/osu.Game/Overlays/Comments/CommentEditor.cs @@ -36,7 +36,7 @@ public bool IsLoading protected abstract string TextBoxPlaceholder { get; } - protected FillFlowContainer ButtonsContainer; + protected FillFlowContainer ButtonsContainer { get; private set; } protected readonly Bindable Current = new Bindable();