Browse Source

【测量】修复“非测量模式,仅选中页面上的测量注释,弹出结果面板,点击空白位置,结果面板未同步消失”

wanjun 6 months ago
parent
commit
2441cb1843

+ 1 - 0
PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift

@@ -2404,6 +2404,7 @@ extension KMMainViewController {
             self.model.rightPanelIsOpen = false
             self.toolbarController.cancelSelected(KMRightControlToolbarItemIdentifier)
             applyLeftSideWidth(self.model.lastLeftPanWidth, rightSideWidth: 0)
+            cancelMeasureType()
         }
     }