aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-04-03 15:54:50 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-04-03 15:54:50 +0300
commit24b3ae08ee6da1350f31541cf4966958cfde8a74 (patch)
treeb173a59f69995df7aa65bcdaedc93a4f04849b3c /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels
parent37f64f8193684ebe99b29bf0ccef2863b69722d1 (diff)
downloadTango-24b3ae08ee6da1350f31541cf4966958cfde8a74.tar.gz
Tango-24b3ae08ee6da1350f31541cf4966958cfde8a74.zip
Added font Poppins. Changes in GUI.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs
index 866a6ddfe..f9bc4cefb 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineStatusViewVM.cs
@@ -133,7 +133,7 @@ namespace Tango.PPC.UI.ViewModels
{
StopCommand = new RelayCommand(StopJob, ()=>CanStopped());
AbortCommand = new RelayCommand(AbortJob, () => CanStopped());
- GoToJobCommand = new RelayCommand(GoToJob);
+ GoToJobCommand = new RelayCommand(GoToJob, () => CanStopped());
JobStatusViewCommand = new RelayCommand(JobStatusView);
OverviewViewCommand = new RelayCommand(OverviewView);