This commit is contained in:
2025-07-18 11:38:32 +08:00
parent 7ac3a22fa6
commit 2485958f6e
@@ -514,6 +514,8 @@ namespace Ink_Canvas {
Thread.Sleep(100); Thread.Sleep(100);
Application.Current.Dispatcher.Invoke(() => { ViewboxFloatingBarMarginAnimation(60); }); Application.Current.Dispatcher.Invoke(() => { ViewboxFloatingBarMarginAnimation(60); });
})).Start(); })).Start();
HideSubPanels();
if (GridTransparencyFakeBackground.Background == Brushes.Transparent) if (GridTransparencyFakeBackground.Background == Brushes.Transparent)
{ {
@@ -527,11 +529,6 @@ namespace Ink_Canvas {
} }
BtnHideInkCanvas_Click(BtnHideInkCanvas, null); BtnHideInkCanvas_Click(BtnHideInkCanvas, null);
HideSubPanels();
}
else
{
HideSubPanels();
} }
if (Settings.Gesture.AutoSwitchTwoFingerGesture) // 自动关闭多指书写、开启双指移动 if (Settings.Gesture.AutoSwitchTwoFingerGesture) // 自动关闭多指书写、开启双指移动