From b32341437ba3e66ca487b0685b352af59e4ad0f5 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 6 Feb 2018 14:03:45 +0200 Subject: Improved BrushStop Offset clipping. --- .../Views/MainView.xaml | 79 +++++++++++++++++++--- .../Views/MainView.xaml.cs | 5 -- 2 files changed, 68 insertions(+), 16 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml index ae57c2d25..f716b6228 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml @@ -53,6 +53,7 @@ + @@ -806,21 +807,43 @@ - + - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -956,13 +979,32 @@ - + - + + + + + + + + + + + + + + + + + + + + @@ -1232,8 +1274,22 @@ - - + + + + + + + + + @@ -1243,8 +1299,9 @@ - + + diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs index be24711c1..c8d37d9aa 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs @@ -110,11 +110,6 @@ namespace Tango.MachineStudio.Developer.Views } } - private void ColorPickerCombo_SelectedColorChanged(object sender, RoutedPropertyChangedEventArgs e) - { - - } - private void Offset_Slider_ValueChanged(object sender, RoutedPropertyChangedEventArgs e) { UpdateGradientBrushDisplay(); -- cgit v1.3.1