diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-24 17:07:50 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-10-24 17:07:50 +0300 |
| commit | 750df33d864df271c96939d3c12ee246f0e743c1 (patch) | |
| tree | f334d77becb0d4af03181bf272d2b0d1bca51995 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml | |
| parent | 1e24679bf65e42e5df96113bd1eef371036f0940 (diff) | |
| download | Tango-750df33d864df271c96939d3c12ee246f0e743c1.tar.gz Tango-750df33d864df271c96939d3c12ee246f0e743c1.zip | |
Fixed issue with rml selection (no color conversion message..) and brush stops liquid volume not invalidating.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml index 1c0bc515b..884f60875 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Views/JobView.xaml @@ -353,15 +353,8 @@ </Polygon> <Border Height="100" Padding="5" IsHitTestVisible="False"> <Grid> - <Rectangle VerticalAlignment="Bottom" Height="8"> - <Rectangle.Fill> - <MultiBinding Converter="{StaticResource SegmentToBrushConverterMulti}"> - <Binding Path="."></Binding> - <Binding RelativeSource="{RelativeSource AncestorType=UserControl}" Path="DataContext.ActiveJob"></Binding> - <Binding RelativeSource="{RelativeSource AncestorType=UserControl}" Path="DataContext.ActiveJob.Length"></Binding> - <Binding RelativeSource="{RelativeSource AncestorType=UserControl}" Path="DataContext.SelectedBrushStop.Color"></Binding> - </MultiBinding> - </Rectangle.Fill> + <Rectangle VerticalAlignment="Bottom" Height="8" Fill="{Binding SegmentBrush}"> + </Rectangle> </Grid> </Border> |
