mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 13:23:45 +00:00
Start work on Group Cue children loading
This commit is contained in:
@@ -115,7 +115,7 @@ namespace qController
|
||||
|
||||
public void UpdateSelectedCue(QCue cue)
|
||||
{
|
||||
name.Text = cue.name;
|
||||
name.Text = cue.listName;
|
||||
number.Text = cue.number;
|
||||
type.Text = cue.getIconString();
|
||||
notes.Text = cue.notes;
|
||||
|
||||
Reference in New Issue
Block a user