diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-06 14:03:45 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-06 14:03:45 +0200 |
| commit | b32341437ba3e66ca487b0685b352af59e4ad0f5 (patch) | |
| tree | 6804697739fd207de854ba974a8838add78bd3cd /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs | |
| parent | 40ab3cf70594a0b77592879e9bcae84823c5e1f2 (diff) | |
| download | Tango-b32341437ba3e66ca487b0685b352af59e4ad0f5.tar.gz Tango-b32341437ba3e66ca487b0685b352af59e4ad0f5.zip | |
Improved BrushStop Offset clipping.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs | 5 |
1 files changed, 0 insertions, 5 deletions
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<Color?> e) - { - - } - private void Offset_Slider_ValueChanged(object sender, RoutedPropertyChangedEventArgs<double> e) { UpdateGradientBrushDisplay(); |
