Add failing test showing issue with day separator logic

This commit is contained in:
Dean Herbert
2019-10-29 15:27:08 +09:00
parent 09a6d1184a
commit b06e70e546
2 changed files with 20 additions and 2 deletions

View File

@ -142,7 +142,7 @@ namespace osu.Game.Overlays.Chat
private void scrollToEnd() => ScheduleAfterChildren(() => scroll.ScrollToEnd());
protected class DaySeparator : Container
public class DaySeparator : Container
{
public float TextSize
{