Skip to content

Commit

Permalink
fix small annotation error in ColorUI
Browse files Browse the repository at this point in the history
  • Loading branch information
elachlan committed Jan 5, 2023
1 parent 39ea2d6 commit 665c32c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ protected override bool ProcessDialogKey(Keys keyData)
return base.ProcessDialogKey(keyData);
}

public void Start(IWindowsFormsEditorService edSvc, object value)
public void Start(IWindowsFormsEditorService edSvc, object? value)
{
this.edSvc = edSvc;
this.value = value;
Expand Down

0 comments on commit 665c32c

Please sign in to comment.