From c435be14ccb975b5666da84a7324ec55c3575842 Mon Sep 17 00:00:00 2001 From: Roy Date: Wed, 7 Mar 2018 09:03:11 +0200 Subject: Add auto generation for ColorLab color space & liquid type. Started implementing native color query in colorlab module. --- .../Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs index 342a1f1c9..ceba52826 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs @@ -118,8 +118,7 @@ namespace Tango.MachineStudio.Common.Controls private void OnRowHiveHexagonSelected(object sender, HexagonControl hexagon) { - int l = 2 - hexagon.Row; - LogManager.Default.Log("L ROW: " + l.ToString()); + LAxisValue = 2 - hexagon.Row; } private void OnHexagonSelected(object sender, HexagonControl e) -- cgit v1.3.1