EgtCAM5 :

- modifiche per movimento grezzi contro riferimenti
- corretto seconda selezione su albero
- migliorata gestione parametri lavorazioni.
This commit is contained in:
Dario Sassi
2016-11-09 14:04:43 +00:00
parent 3ca4f7d5bd
commit aae55781ae
9 changed files with 201 additions and 154 deletions
@@ -36,7 +36,7 @@
<Grid>
<interactivity:Interaction.Triggers>
<interactivity:EventTrigger EventName="MouseUp">
<interactivity:InvokeCommandAction Command="{Binding TreeViewMouseUpCommand}" CommandParameter="{Binding ElementName=LayerTreeView,Path=SelectedItem}"/>
<interactivity:InvokeCommandAction Command="{Binding Path=DataContext.TreeViewMouseUpCommand,RelativeSource={RelativeSource AncestorType={x:Type UserControl}}}" CommandParameter="{Binding ElementName=LayerTreeView,Path=SelectedItem}"/>
</interactivity:EventTrigger>
<interactivity:EventTrigger EventName="PreviewMouseRightButtonDown">
<expression:ChangePropertyAction PropertyName="IsRightSelected" Value="true" TargetObject="{Binding}"/>