删除了一些测试方法
新增了刀序重排确认窗口 优化了应用刀序到钻带后的一些操作
This commit is contained in:
@@ -172,6 +172,7 @@ namespace DrillTools
|
||||
|
||||
if (sourceIndex != -1 && targetIndex != -1 && sourceIndex != targetIndex)
|
||||
{
|
||||
// 执行重排
|
||||
viewModel?.ReorderTools(sourceIndex, targetIndex);
|
||||
Debug.WriteLine($"[DragDrop] 重新排序完成: {sourceIndex} -> {targetIndex}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user