helloworld

This commit is contained in:
艾竹
2023-08-06 22:24:26 +08:00
parent fe3e8b9ae1
commit 8f7a43accd
3 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Converters
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
{
return DependencyProperty.UnsetValue;
return !(bool)value;
}
}
#endregion