osu/osu.Game/Screens/Edit/Components/Menus
Bartłomiej Dach 2ceedb0f93
Fix editor menus overflowing off screen
Closes https://github.com/ppy/osu/issues/28750.

Yes this is not the perfect change to fix this (which would probably be
some framework change to take bounds of the parenting input manager into
account). I really do not want to go there and would like to just fix
this locally and move on. Due to the game-wide scaling container this
sorta works for any resolution anyhow.
2024-07-08 11:05:39 +02:00
..
DifficultyMenuItem.cs
EditorMenuBar.cs Fix editor menus overflowing off screen 2024-07-08 11:05:39 +02:00
EditorMenuItem.cs
EditorScreenSwitcherControl.cs