Skip to content

Commit 3dc2e25

Browse files
[Colors] 补齐缺少的白色
1 parent 3e75fe4 commit 3dc2e25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ink Canvas/MainWindow.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,10 @@ private void SetColorByIndex()
15251525
{
15261526
BtnColorYellow_Click(null, null);
15271527
}
1528+
else if (inkColor == 4)
1529+
{
1530+
BorderPenColorWhite_MouseUp(null, null);
1531+
}
15281532
}
15291533

15301534
int BoundsWidth = 5;

0 commit comments

Comments
 (0)