aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationManager.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-04-22 13:59:10 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-04-22 13:59:10 +0300
commit531c3aba8b49d38f53890c61aa3addef3b5c28dd (patch)
tree0a913689a8968bcea2e174d90f0d423ffa3ccaca /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationManager.cs
parent540272c93c7d0b4a12ea797c996f2c9ddf2a5bbb (diff)
parent24e4a3e25a9ac161097a46b59aee637fe7bdaa50 (diff)
downloadTango-531c3aba8b49d38f53890c61aa3addef3b5c28dd.tar.gz
Tango-531c3aba8b49d38f53890c61aa3addef3b5c28dd.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationManager.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationManager.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationManager.cs
index b86df7b0f..496baf4c4 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationManager.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationManager.cs
@@ -16,7 +16,7 @@ namespace Tango.MachineStudio.Logging.Navigation
public void NavigateTo(LoggingNavigationView view)
{
LogManager.Log(String.Format("Navigating to view {0}...", view.ToString()));
- MainView.Instance.TransitionControl.AutoNavigate(view.ToString());
+ MainView.Instance.TransitionControl.NavigateTo(view.ToString());
}
}
}