mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-02 15:16:37 +08:00
priority
This commit is contained in:
@@ -655,7 +655,10 @@ namespace AIStudio.Wpf.Mind.ViewModels
|
||||
|
||||
private void ExecuteAddPriorityCommand(object obj)
|
||||
{
|
||||
|
||||
if (double.TryParse(obj.ToString(), out var priority))
|
||||
{
|
||||
SelectedItems.OfType<MindNode>().ToList().ForEach(p => p.Priority = priority);
|
||||
}
|
||||
}
|
||||
|
||||
private void ExecuteAddRatioCommand(object obj)
|
||||
|
||||
Reference in New Issue
Block a user