diff options
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) |
