EgtCAM5 :
- modifiche per movimento grezzi contro riferimenti - corretto seconda selezione su albero - migliorata gestione parametri lavorazioni.
This commit is contained in:
+1
-1
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user