This commit is contained in:
2025-09-06 15:36:40 +08:00
parent 3d54edf25b
commit de90c17ab1
3 changed files with 36 additions and 4 deletions
+2 -1
View File
@@ -2715,7 +2715,8 @@ namespace Ink_Canvas
}
// 重新计算浮动栏位置,因为按钮可见性变化会影响浮动栏宽度
if (!isFloatingBarFolded && currentMode == 0) // 新增:只在屏幕模式下重新计算浮动栏位置
// 修复:移除浮动栏收起状态检查,确保在收起状态下也能正确修正位置
if (currentMode == 0) // 只在屏幕模式下重新计算浮动栏位置
{
if (BtnPPTSlideShowEnd.Visibility == Visibility.Visible)
{