Merge pull request #573 from vincode-io/Issue-557

Recalculate the key view loop to pick up the changes in the timeline …
This commit is contained in:
Brent Simmons 2019-03-03 17:02:22 -08:00 committed by GitHub
commit cc51123801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
}
}