fix:issue #159
This commit is contained in:
@@ -2715,7 +2715,8 @@ namespace Ink_Canvas
|
||||
}
|
||||
|
||||
// 重新计算浮动栏位置,因为按钮可见性变化会影响浮动栏宽度
|
||||
if (!isFloatingBarFolded && currentMode == 0) // 新增:只在屏幕模式下重新计算浮动栏位置
|
||||
// 修复:移除浮动栏收起状态检查,确保在收起状态下也能正确修正位置
|
||||
if (currentMode == 0) // 只在屏幕模式下重新计算浮动栏位置
|
||||
{
|
||||
if (BtnPPTSlideShowEnd.Visibility == Visibility.Visible)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user