UPE // Comment cleanup.
This commit is contained in:
parent
7ddb284b84
commit
625cc1fe8f
|
@ -31,9 +31,6 @@ class WindowController: NSWindowController, NSWindowDelegate {
|
||||||
|
|
||||||
required init?(coder aDecoder: NSCoder) {
|
required init?(coder aDecoder: NSCoder) {
|
||||||
super.init(coder: aDecoder)
|
super.init(coder: aDecoder)
|
||||||
/** NSWindows loaded from the storyboard will be cascaded
|
|
||||||
based on the original frame of the window in the storyboard.
|
|
||||||
*/
|
|
||||||
shouldCascadeWindows = true
|
shouldCascadeWindows = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue