修复 BGA 识别后下一步状态刷新
This commit is contained in:
@@ -109,7 +109,11 @@ namespace XplorePlane.ViewModels.Inspection.TaskWizard
|
||||
public IReadOnlyList<BGABall> DetectedBalls
|
||||
{
|
||||
get => _detectedBalls;
|
||||
set => SetProperty(ref _detectedBalls, value);
|
||||
set
|
||||
{
|
||||
if (SetProperty(ref _detectedBalls, value))
|
||||
UpdateNavigationState();
|
||||
}
|
||||
}
|
||||
|
||||
private InspectionPool? _pool;
|
||||
|
||||
Reference in New Issue
Block a user