mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 16:27:20 +08:00
Remove completed todo
This commit is contained in:
parent
0079d94676
commit
c573392bb2
@ -256,7 +256,6 @@ namespace osu.Game.Screens.Edit
|
||||
changeHandler.CanUndo.BindValueChanged(v => undoMenuItem.Action.Disabled = !v.NewValue, true);
|
||||
changeHandler.CanRedo.BindValueChanged(v => redoMenuItem.Action.Disabled = !v.NewValue, true);
|
||||
|
||||
// todo: BindCollectionChanged
|
||||
editorBeatmap.SelectedHitObjects.BindCollectionChanged((_, __) =>
|
||||
{
|
||||
var hasObjects = editorBeatmap.SelectedHitObjects.Count > 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user