Merge pull request #84906 from /fix-some-defvals

This commit is contained in:
Rémi Verschelde 2024-02-23 11:29:22 +01:00
commit 3ce9ae71fc
No known key found for this signature in database
GPG key ID: C3336907360768E1
27 changed files with 343 additions and 74 deletions

View file

@ -66,7 +66,7 @@ partial class AnimationTree
partial class CodeEdit
{
/// <inheritdoc cref="AddCodeCompletionOption(CodeCompletionKind, string, string, Nullable{Color}, Resource, Nullable{Variant}, int)"/>
/// <inheritdoc cref="AddCodeCompletionOption(CodeCompletionKind, string, string, Nullable{Color}, Resource, Variant, int)"/>
[EditorBrowsable(EditorBrowsableState.Never)]
public void AddCodeCompletionOption(CodeCompletionKind type, string displayText, string insertText, Nullable<Color> textColor, Resource icon, Nullable<Variant> value)
{