mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
OnClick should actually handle the event
This commit is contained in:
parent
4e6ab1dad3
commit
b7ddf160b4
@ -126,7 +126,7 @@ namespace osu.Game.Overlays.Comments
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
Checked.Value = !Checked.Value;
|
||||
return base.OnClick(e);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user