osukey/osu.Game
Bartłomiej Dach cebd5f6dc2
Fix restore default button having a minuscule hit area
Another casualty of edc78205d5312e9278f2a22ef156fd34af492595. This
particular button was actually *relying* on receiving positional events
from its entire bounding box rather than `Content`, in order for the
button to be htitable more easily, which broke as other buttons were
fixed to behave more in line with expectations.

Upon closer inspection this is another case of a weird carried-over
construction. The button doesn't really need to inherit `OsuButton` or
do any of the arcane stuff that it was doing, so it's now a plain
`OsuClickableContainer` with less `Content` hackery.
2022-12-20 20:47:58 +01:00
..
2022-11-27 00:00:27 +09:00
2022-11-27 00:00:27 +09:00
2022-12-16 20:21:19 +09:00
2022-11-27 00:00:27 +09:00
2022-06-17 16:37:17 +09:00
2022-09-18 17:55:06 -07:00
2022-12-20 21:18:51 +09:00
2022-11-27 00:00:27 +09:00
2022-11-27 00:00:27 +09:00
2022-12-21 01:24:41 +09:00
2022-12-19 16:47:10 +09:00
2022-11-27 00:00:27 +09:00