|
@@ -334,6 +334,8 @@ extension KMBookMarkViewController : NSTableViewDelegate,NSTableViewDataSource {
|
|
|
cell.inputBox.borderWidth = 0
|
|
|
if let data = item.bookMark.date {
|
|
|
cell.dateLabel.stringValue = KMTools.timeString(timeDate: data)
|
|
|
+ } else {
|
|
|
+ cell.dateLabel.stringValue = ""
|
|
|
}
|
|
|
if let page = self.listView.document.page(at: UInt(item.bookMark.pageIndex)) {
|
|
|
if let data = page.PDFListViewTIFFData(for: page.bounds) {
|