aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Navigation
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-07 22:46:37 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-07 22:46:37 +0200
commit00f7facd947e0e8ce05a43d4f9d036e8f9a6a69e (patch)
treee8b839ab42dbb7fc05e7398a9fb1b3e4941fa6c1 /Software/Visual_Studio/PPC/Tango.PPC.UI/Navigation
parenta6e6af346bf160b4a83163a6f1b268920cf2005c (diff)
downloadTango-00f7facd947e0e8ce05a43d4f9d036e8f9a6a69e.tar.gz
Tango-00f7facd947e0e8ce05a43d4f9d036e8f9a6a69e.zip
Implemented auto check for update notification on PPC...
Related Work Items: #1460
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Navigation')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Navigation/DefaultNavigationManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Navigation/DefaultNavigationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/Navigation/DefaultNavigationManager.cs
index 4c36c3cbe..2a825cc19 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Navigation/DefaultNavigationManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Navigation/DefaultNavigationManager.cs
@@ -129,6 +129,7 @@ namespace Tango.PPC.UI.Navigation
toView = MainView.Instance.NavigationControl.NavigateTo(view.ToString(), () =>
{
+ _currentVM = toView.DataContext;
NotifyOnNavigated(fromView.DataContext, toView.DataContext);
});