Skip to content

Commit

Permalink
[Colors] 补齐缺少的白色
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspberry-Monster committed Jun 2, 2024
1 parent 3e75fe4 commit 3dc2e25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Ink Canvas/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,10 @@ private void SetColorByIndex()
{
BtnColorYellow_Click(null, null);
}
else if (inkColor == 4)
{
BorderPenColorWhite_MouseUp(null, null);
}
}

int BoundsWidth = 5;
Expand Down

0 comments on commit 3dc2e25

Please sign in to comment.