mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 04:52:57 +08:00
Fix toolbar offset not being applied
This commit is contained in:
parent
dd960e6a89
commit
440f4703cb
@ -692,7 +692,7 @@ namespace osu.Game
|
|||||||
ruleset.Disabled = applyBeatmapRulesetRestrictions;
|
ruleset.Disabled = applyBeatmapRulesetRestrictions;
|
||||||
Beatmap.Disabled = applyBeatmapRulesetRestrictions;
|
Beatmap.Disabled = applyBeatmapRulesetRestrictions;
|
||||||
|
|
||||||
mainContent.Padding = new MarginPadding { Top = ToolbarOffset };
|
screenContainer.Padding = new MarginPadding { Top = ToolbarOffset };
|
||||||
|
|
||||||
MenuCursorContainer.CanShowCursor = currentScreen?.CursorVisible ?? false;
|
MenuCursorContainer.CanShowCursor = currentScreen?.CursorVisible ?? false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user