diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-16 19:04:47 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-16 19:04:47 +0200 |
| commit | e332170566c295fb4ff375498867f984f1570707 (patch) | |
| tree | 9b9b72067d9d03e01f262b26e01203dada4fe624 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/MainView.xaml.cs | |
| parent | 9879f87a345bec10a3ee26e9ec669add2b5bfcd3 (diff) | |
| download | Tango-e332170566c295fb4ff375498867f984f1570707.tar.gz Tango-e332170566c295fb4ff375498867f984f1570707.zip | |
Before developer module redesign.
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 | 2 |
1 files changed, 1 insertions, 1 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 d47a7ecb1..e52a686bc 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 @@ -146,7 +146,7 @@ namespace Tango.MachineStudio.Developer.Views private void OnJobStartClick(object sender, RoutedEventArgs e) { - runningJobBrushList.ItemsSource = jobBrushList.ItemsSource; + } private void HiveColorPickerControl_SelectedColorChanged(object sender, Color e) |
