diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-18 13:35:04 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-18 13:35:04 +0200 |
| commit | 57384ac60df81300bedfdd0c9a1c972db04b81ed (patch) | |
| tree | 0d9b6feb0384fffa1221eb97c6ac04a2dc56f9e0 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner | |
| parent | b3a61113315777f2523912ca17d3cf76e435a446 (diff) | |
| download | Tango-57384ac60df81300bedfdd0c9a1c972db04b81ed.tar.gz Tango-57384ac60df81300bedfdd0c9a1c972db04b81ed.zip | |
Managed to get java back working again.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml index f704661cf..57f4d0eb9 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Views/MainView.xaml @@ -471,7 +471,7 @@ <UniformGrid Columns="2" Margin="0 15 0 0"> <TextBlock FontSize="10" Foreground="Gray" VerticalAlignment="Center">Enable Synchronization</TextBlock> - <ToggleButton HorizontalAlignment="Right"></ToggleButton> + <ToggleButton HorizontalAlignment="Right" IsChecked="{Binding Machine.Synched}"></ToggleButton> </UniformGrid> <TextBlock Margin="0 15 0 0" FontSize="10" Foreground="Gray">Configuration Name</TextBlock> |
