Update MW_PPT.cs

This commit is contained in:
CJK_mkp
2025-10-22 12:16:42 +08:00
committed by GitHub
parent 82d101365f
commit 8afee913be
+2 -2
View File
@@ -1548,7 +1548,7 @@ namespace Ink_Canvas
}); });
} }
private void async PPTNavigationBtn_MouseDown(object sender, MouseButtonEventArgs e) private void PPTNavigationBtn_MouseDown(object sender, MouseButtonEventArgs e)
{ {
lastBorderMouseDownObject = sender; lastBorderMouseDownObject = sender;
if (!Settings.PowerPointSettings.EnablePPTButtonPageClickable) return; if (!Settings.PowerPointSettings.EnablePPTButtonPageClickable) return;
@@ -1591,7 +1591,7 @@ namespace Ink_Canvas
} }
} }
private void PPTNavigationBtn_MouseUp(object sender, MouseButtonEventArgs e) private void async PPTNavigationBtn_MouseUp(object sender, MouseButtonEventArgs e)
{ {
if (lastBorderMouseDownObject != sender) return; if (lastBorderMouseDownObject != sender) return;