ux: update selected note upon insertion of new object

This commit is contained in:
Raymonf
2022-11-16 13:52:45 -07:00
committed by Zsolt Zitting
parent 0ebb186d60
commit c02af77870
+2
View File
@@ -1154,6 +1154,8 @@ namespace BAKKA_Editor
opManager.Push(new InsertNote(chart, tempNote));
break;
}
// new object so update the currently selected note to the new one
UpdateNoteLabels(chart.Notes.Count - 1);
}
}