Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juharris committed Dec 9, 2024
1 parent a49c306 commit 3faf7c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/src/Basin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public void SetCursor(BasinCursor cursor, string? label = null)
string pointer;
if (cursorLabel is null)
{
// Assume that the cursor was set properly as documented before this method was called.
cursor = this.defaultCursor!;
pointer = this.defaultPointer!;
}
Expand Down

0 comments on commit 3faf7c7

Please sign in to comment.