This commit is contained in:
PrefacedCorg
2026-04-17 09:26:29 +08:00
parent c4b5be783e
commit 7003bb8426
3 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ namespace Ink_Canvas
await Task.Delay(150);
}
BtnWhiteBoardAdd_Click(null, EventArgs.Empty);
BtnWhiteBoardAdd_Click(null, new RoutedEventArgs());
await InsertBitmapSourceToCanvas(bitmapSourceForClipboard);
}