Skip to content

Commit 525cc8e

Browse files
committed
修正 屏幕批注下按两次 Alt+E 变成浅色画笔 的问题
1 parent 01aad1f commit 525cc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ink Canvas/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ private void KeyChangeToEraser(object sender, ExecutedRoutedEventArgs e)
306306
{
307307
if (ImageEraserMask.Visibility == Visibility.Visible)
308308
{
309-
BtnColorRed_Click(sender, null);
309+
BorderPenColorRed_MouseUp(null, null);
310310
}
311311
else
312312
{

0 commit comments

Comments
 (0)