https://github.com/ppy/osu/discussions/26679
NowPlayingOverlay
Parent
Fix now playing overlay background occasionally showing incorrect background
No idea if this was historically required for some reason, but it's definitely not required now.
FocusedOverlayContainer.PopIn
abstract
See https://github.com/ppy/osu-framework/pull/5834
IWorkingBeatmap.Background
GetBackground()
MusicController
BufferedContainer
MathF-functions are faster than the Math-counterpart and it looks cleaner, so use MathF when we cast to float or int anyway.
The dragged item's position now only updates after the drag finishes. Local handling changes were required to ignore the bindable remove/add events that are fired as a result.