撤销Commit 3645906
This commit is contained in:
@@ -515,6 +515,8 @@ namespace Ink_Canvas {
|
|||||||
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)
|
||||||
{
|
{
|
||||||
if (currentMode == 1)
|
if (currentMode == 1)
|
||||||
@@ -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) // 自动关闭多指书写、开启双指移动
|
||||||
|
|||||||
Reference in New Issue
Block a user