mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 00:28:53 +01:00
Fix background transition bug for 3 column mode
This commit is contained in:
parent
51acc5972f
commit
326b288667
@ -14,8 +14,8 @@ class RootSplitViewController: UISplitViewController {
|
|||||||
var coordinator: SceneCoordinator!
|
var coordinator: SceneCoordinator!
|
||||||
|
|
||||||
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
|
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
|
||||||
super.viewWillTransition(to: size, with: coordinator)
|
|
||||||
self.coordinator.configureThreePanelMode(for: size)
|
self.coordinator.configureThreePanelMode(for: size)
|
||||||
|
super.viewWillTransition(to: size, with: coordinator)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: Keyboard Shortcuts
|
// MARK: Keyboard Shortcuts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user