BGA检测: ROI按钮样式、拖拽性能优化、清除测量同时清除ROI
This commit is contained in:
@@ -137,6 +137,8 @@ namespace XplorePlane.Views
|
||||
private void ClearAllMeasurements_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
RoiCanvas.ClearMeasurements();
|
||||
RoiCanvas.ROIItems?.Clear();
|
||||
RoiCanvas.SelectedROI = null;
|
||||
if (DataContext is ViewportPanelViewModel vm)
|
||||
vm.ResetMeasurementState();
|
||||
SetStatus("已清除所有测量");
|
||||
|
||||
Reference in New Issue
Block a user