diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-19 14:32:56 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-19 14:32:56 +0300 |
| commit | 24a77fd5e03c81c6b0e901da02bce4bdccd4c71c (patch) | |
| tree | 3c91c5ab36a01608a8b21862ed8bc80eb7b9e8ee /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation | |
| parent | b8cae8fcfe37cee8df17d0e8ccfbf2b3ac8c2152 (diff) | |
| download | Tango-24a77fd5e03c81c6b0e901da02bce4bdccd4c71c.tar.gz Tango-24a77fd5e03c81c6b0e901da02bce4bdccd4c71c.zip | |
Fixed a bug with logging module display timeline..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs index e8a14cc3d..bd8b63773 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs @@ -10,7 +10,7 @@ namespace Tango.MachineStudio.Logging.Navigation { HomeView, EventsView, - TimelineView, + TimelineWrapperView, ApplicationLogsView, EmbeddedLogsView, } |
