aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-19 13:56:28 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-19 13:56:28 +0200
commitdfd0c672c17e85a403ad6452e76ad9f0394b6dd3 (patch)
tree248774a124982677b76bca9ae36e6531aa660b80 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels
parentacbe2b5dc89212a112ed9eec8f58a54803479f68 (diff)
parent412f4e542d5c66399e958e7233d04574011af4b4 (diff)
downloadTango-dfd0c672c17e85a403ad6452e76ad9f0394b6dd3.tar.gz
Tango-dfd0c672c17e85a403ad6452e76ad9f0394b6dd3.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs
index 562a3b659..a2baec8b8 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs
@@ -64,7 +64,7 @@ namespace Tango.PPC.UI.ViewModels
{
int index = Status.Cartridge.Index;
- var idsPack = _machineProvider.Machine.Configuration.IdsPacks.FirstOrDefault(x => x.PackIndex == index);
+ var idsPack = _machineProvider.Machine.Configuration.NoneEmptyIdsPacks.FirstOrDefault(x => x.PackIndex == index);
if (idsPack != null)
{