1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 23:14:52 +08:00

Fix toolbar offset not being applied

This commit is contained in:
Dean Herbert
2019-01-08 12:57:31 +09:00
Unverified
parent dd960e6a89
commit 440f4703cb
+1 -1
View File
@@ -692,7 +692,7 @@ namespace osu.Game
ruleset.Disabled = applyBeatmapRulesetRestrictions;
Beatmap.Disabled = applyBeatmapRulesetRestrictions;
mainContent.Padding = new MarginPadding { Top = ToolbarOffset };
screenContainer.Padding = new MarginPadding { Top = ToolbarOffset };
MenuCursorContainer.CanShowCursor = currentScreen?.CursorVisible ?? false;
}