Recalculate the key view loop to pick up the changes in the timeline views. Issue #557

This commit is contained in:
Maurice Parker 2019-03-03 17:55:54 -06:00
parent 08110044ea
commit e0b8236356
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ final class TimelineContainerViewController: NSViewController {
return
}
containerView.contentView = view
view?.window?.recalculateKeyViewLoop()
}
}