aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-14 15:57:51 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-14 15:57:51 +0300
commit5312788b2d2b07d616239aa4a328c31034a742f2 (patch)
tree7aaff1c5448c69f422abc1de192933d830ad815e /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer
parent4aee95993e2b936b736eac07e1560c930eee8c09 (diff)
parent5297ba0df8d6635d09fec6fc0c674e7300576f82 (diff)
downloadTango-5312788b2d2b07d616239aa4a328c31034a742f2.tar.gz
Tango-5312788b2d2b07d616239aa4a328c31034a742f2.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs
index f54de0814..dace2ceac 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/ViewModels/MainViewVM.cs
@@ -738,6 +738,7 @@ namespace Tango.MachineStudio.Developer.ViewModels
try
{
var output = TangoColorConverter.GetSuggestions(stop);
+
stop.Red = output.SingleCoordinates.Red;
stop.Green = output.SingleCoordinates.Green;
stop.Blue = output.SingleCoordinates.Blue;