mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
调整一下删除拷贝,我也不记得之前为啥这样写了。
This commit is contained in:
@@ -303,7 +303,11 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
foreach (var output in Output)
|
||||
{
|
||||
if (output.Value.ConnectorValueType == ConnectorValueType.Bool)
|
||||
if (output.Value.IsError)
|
||||
{
|
||||
output.Value.ColorViewModel.FillColor.Color = Colors.Orange;
|
||||
}
|
||||
else if (output.Value.ConnectorValueType == ConnectorValueType.Bool)
|
||||
{
|
||||
if (output.Value.ConnectorValue == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user