diff --git a/Trackomatic/ViewControllers/CommentViewController.swift b/Trackomatic/ViewControllers/CommentViewController.swift index e8f8220..d727471 100644 --- a/Trackomatic/ViewControllers/CommentViewController.swift +++ b/Trackomatic/ViewControllers/CommentViewController.swift @@ -79,6 +79,12 @@ class CommentViewController: NSViewController, NSTextViewDelegate updateHeight(); } + override func viewDidLayout() + { + super.viewDidLayout(); + updateHeight(); + } + @IBAction func delete( _ sender: Any ) { guard let c = comment else { return };