mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Make result counts scroll with the panels
This commit is contained in:
@ -23,9 +23,9 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
|
||||
Add(direct = new DirectOverlay());
|
||||
newBeatmaps();
|
||||
direct.ResultCounts = new ResultCounts(1, 432, 3);
|
||||
|
||||
AddStep(@"Toggle", direct.ToggleVisibility);
|
||||
AddStep(@"toggle", direct.ToggleVisibility);
|
||||
AddStep(@"result counts", () => direct.ResultCounts = new ResultCounts(1, 4, 13));
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Reference in New Issue
Block a user