|
@@ -390,10 +390,12 @@ class KMSecondaryPDFView: CPDFListView {
|
|
|
self.displayTwoUp = true
|
|
|
self.displayDirection = .horizontal
|
|
|
}
|
|
|
+ self.layoutDocumentView()
|
|
|
}
|
|
|
|
|
|
@IBAction func toggleDisplayPageBreaksFromMenu(_ sender: AnyObject?) {
|
|
|
self.displaysPageBreaks = !self.displaysPageBreaks
|
|
|
+ self.layoutDocumentView()
|
|
|
}
|
|
|
|
|
|
@objc func doActualSize(_ sender: AnyObject?) {
|