Merge pull request #66 from clover-yan/master

[feat] Unpin window in blackboard
This commit is contained in:
XY Wang 2023-05-29 11:15:27 +08:00 committed by GitHub
commit b59ed79a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6696,6 +6696,8 @@ namespace Ink_Canvas
if (currentMode == 0)
{
//进入黑板
Topmost = false;
if (BtnPPTSlideShowEnd.Visibility == Visibility.Collapsed)
{
pointDesktop = new Point(ViewboxFloatingBar.Margin.Left, ViewboxFloatingBar.Margin.Top);
@ -6726,6 +6728,7 @@ namespace Ink_Canvas
else
{
//关闭黑板
Topmost = true;
if (isInMultiTouchMode) BorderMultiTouchMode_MouseUp(null, null);