mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-16 12:53:29 +00:00
Add in fetching default properties for selected cue
This commit is contained in:
@@ -51,8 +51,9 @@ namespace QControlKitXamDemo
|
|||||||
{
|
{
|
||||||
Device.BeginInvokeOnMainThread(() =>
|
Device.BeginInvokeOnMainThread(() =>
|
||||||
{
|
{
|
||||||
selectedCueGrid.BindingContext = new QCueViewModel(connectedWorkspace.cueWithID(args.cueID), false);
|
QCue selectedCue = connectedWorkspace.cueWithID(args.cueID);
|
||||||
|
connectedWorkspace.fetchDefaultPropertiesForCue(selectedCue);
|
||||||
|
selectedCueGrid.BindingContext = new QCueViewModel(selectedCue, false);
|
||||||
if (cueGridDict.ContainsKey(args.cueID))
|
if (cueGridDict.ContainsKey(args.cueID))
|
||||||
{
|
{
|
||||||
var cueGrid = cueGridDict[args.cueID]; //element to scroll to
|
var cueGrid = cueGridDict[args.cueID]; //element to scroll to
|
||||||
|
|||||||
Reference in New Issue
Block a user