diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-03-07 09:03:11 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-03-07 09:03:11 +0200 |
| commit | c435be14ccb975b5666da84a7324ec55c3575842 (patch) | |
| tree | de823042a399f662ec98eef4327d846975f3bb53 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | ae28ff2b4d331102f1d9becfdea169ed9e9806b3 (diff) | |
| download | Tango-c435be14ccb975b5666da84a7324ec55c3575842.tar.gz Tango-c435be14ccb975b5666da84a7324ec55c3575842.zip | |
Add auto generation for ColorLab color space & liquid type.
Started implementing native color query in colorlab module.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Controls/HiveComboControl.xaml.cs | 3 |
1 files changed, 1 insertions, 2 deletions
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) |
