From db1ecf4a516ac0b539efcf2ecf71159a895876e0 Mon Sep 17 00:00:00 2001 From: Andreas Weizel Date: Wed, 7 Aug 2013 00:49:28 +0200 Subject: [PATCH] When list of AddIns (installed or in repository) gets updated, view is trying to restore the previous item selection. --- .../Project/Src/View/AddInsView.xaml | 8 +++++++- .../ViewModel/AddInPackageViewModelBase.cs | 6 ++++++ .../Src/ViewModel/AddInsViewModelBase.cs | 20 +++++++++++++++++++ .../Src/ViewModel/NuGetAddInsViewModelBase.cs | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/src/AddIns/Misc/AddInManager2/Project/Src/View/AddInsView.xaml b/src/AddIns/Misc/AddInManager2/Project/Src/View/AddInsView.xaml index 9acd6404d9..5ba8aafd61 100644 --- a/src/AddIns/Misc/AddInManager2/Project/Src/View/AddInsView.xaml +++ b/src/AddIns/Misc/AddInManager2/Project/Src/View/AddInsView.xaml @@ -119,6 +119,10 @@ --> + + @@ -491,7 +495,7 @@ -