Browse Source

【BOTA】缩略图 双页显示模式 移动分割线调整

lizhe 1 year ago
parent
commit
5c0ca2639a

+ 1 - 0
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/Thumbnail/KMThumbnailViewController.swift

@@ -116,6 +116,7 @@ class KMThumbnailViewController: KMBaseViewController {
             self.thumbnailView.thumbnailSzie = CGSize(width: 86, height: 101)
             self.doublePageBtn.image = NSImage(named: "KMImageNameThumbnailPage")
 //            self.thumbnailView.isNeedMarkerLine = false
+            self.thumbnailView.hasDragLineView = false
         } else {
             self.thumbnailView.thumbnailSzie = CGSize(width: 156, height: 180)
             self.doublePageBtn.image = NSImage(named: "KMImageNameThumbnailDoublePage")