mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Fix interaction with popover when textbox is disabled
This commit is contained in:
@ -39,6 +39,9 @@ namespace osu.Game.Screens.Edit.Setup
|
|||||||
|
|
||||||
protected override void OnFocus(FocusEvent e)
|
protected override void OnFocus(FocusEvent e)
|
||||||
{
|
{
|
||||||
|
if (Current.Disabled)
|
||||||
|
return;
|
||||||
|
|
||||||
OnFocused?.Invoke();
|
OnFocused?.Invoke();
|
||||||
base.OnFocus(e);
|
base.OnFocus(e);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user