aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/TimelineView.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/TimelineView.xaml.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/TimelineView.xaml.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/TimelineView.xaml.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/TimelineView.xaml.cs
index 53e2362dc..e1c09e49f 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/TimelineView.xaml.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/TimelineView.xaml.cs
@@ -21,12 +21,12 @@ namespace Tango.MachineStudio.Logging.Views
/// </summary>
public partial class TimelineView : UserControl
{
- private MainViewVM _vm;
+ private TimelineViewVM _vm;
public TimelineView()
{
InitializeComponent();
- this.Loaded += (_, __) => _vm = DataContext as MainViewVM;
+ this.Loaded += (_, __) => _vm = DataContext as TimelineViewVM;
}
private void UserControl_MouseWheel(object sender, MouseWheelEventArgs e)