1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Disable clipboard export for song select textbox

In combination with https://github.com/ppy/osu-framework/pull/5997,
closes https://github.com/ppy/osu/issues/24867
This commit is contained in:
Dean Herbert 2023-09-22 01:24:24 +09:00
parent 08ef840370
commit 9af4e75dfc

View File

@ -254,6 +254,8 @@ namespace osu.Game.Screens.Select
public OsuSpriteText FilterText { get; private set; }
protected override bool AllowClipboardExport => false;
public FilterControlTextBox()
{
Height += filter_text_size;