1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 16:52:19 +08:00

Add private setter for FilterControl

This commit is contained in:
Dean Herbert
2019-11-15 18:23:35 +09:00
Unverified
parent 296fff9243
commit e9e37fc821
+1 -1
View File
@@ -46,7 +46,7 @@ namespace osu.Game.Screens.Select
protected const float BACKGROUND_BLUR = 20;
private const float left_area_padding = 20;
public FilterControl FilterControl;
public FilterControl FilterControl { get; private set; }
protected virtual bool ShowFooter => true;