Change scrollPositionQueue in Mac TimelineViewController to private

This commit is contained in:
everhardt 2021-10-27 22:21:42 +02:00
parent 3db1b60b65
commit 8bce42df56
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ final class TimelineViewController: NSViewController, UndoableCommandRunner, Unr
private let keyboardDelegate = TimelineKeyboardDelegate()
private var timelineShowsSeparatorsObserver: NSKeyValueObservation?
let scrollPositionQueue = CoalescingQueue(name: "Timeline Scroll Position", interval: 0.3, maxInterval: 1.0)
private let scrollPositionQueue = CoalescingQueue(name: "Timeline Scroll Position", interval: 0.3, maxInterval: 1.0)
convenience init(delegate: TimelineDelegate) {
self.init(nibName: "TimelineTableView", bundle: nil)