Browse Source

fix 双击Process Chart无需重置图表

jiangjy 1 week ago
parent
commit
a8ccc4e4c3

+ 0 - 1
FrameworkLocal/UIClient/CenterViews/DataLogs/ProcessHistory/ProcessDetailView.xaml

@@ -203,7 +203,6 @@
                                     <s:RubberBandXyZoomModifier x:Name="rubberBandZoomModifier"   ExecuteOn="MouseLeftButton" IsAnimated="True"
                                      IsEnabled="{Binding Source={x:Reference Name=IsEnableZoom},Path=IsChecked}"  IsXAxisOnly="False"  ZoomExtentsY="False"/>
                                     <s:CursorModifier IsEnabled="True"  ShowAxisLabels="True" ShowTooltip="False" ShowTooltipOn="MouseOver"  SourceMode="AllVisibleSeries" ReceiveHandledEvents="{Binding IsDoubleChartLinkage}"/>
-                                    <s:ZoomExtentsModifier x:Name="zoomExtentsModifier"  ExecuteOn="MouseDoubleClick"   XyDirection="XYDirection"/>
                                     <s:ZoomPanModifier  x:Name="zoomPanModifier"  ClipModeX="None" ExecuteOn="MouseLeftButton" 
                                            IsEnabled="{Binding Source={x:Reference Name=IsEnablePan},Path=IsChecked}" XyDirection="{Binding Direction}"
                                            ZoomExtentsY="False" />