mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 05:13:40 +00:00
QLab 5 connection changes
This commit is contained in:
@@ -94,6 +94,12 @@ namespace qController.QItems
|
||||
|
||||
public bool CheckPopulated()
|
||||
{
|
||||
if(data == null)
|
||||
{
|
||||
IsPopulated = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
for (int i = 0; i < data.Count; i++)
|
||||
{
|
||||
for (int j = 0; j < data[i].cues.Count; j++)
|
||||
|
||||
Reference in New Issue
Block a user