mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-09 09:23:46 +00:00
Move CueGrid and SelectedCueGrid to own class
This commit is contained in:
@@ -27,7 +27,7 @@ namespace qController.ViewModels
|
||||
{
|
||||
foreach (var property in args.properties)
|
||||
{
|
||||
if (property.Equals(QOSCKey.Name))
|
||||
if (property.Equals(QOSCKey.Name) || property.Equals(QOSCKey.ListName))
|
||||
{
|
||||
OnPropertyChanged("name");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user