Skip to content

Commit 359b8dd

Browse files
Fixed minor UI bug.
1 parent 7f63682 commit 359b8dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Traktor Transition Finder/SongToSongViewController.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ class SongToSongViewController: NSViewController {
4646
transitionsTableView.target = self
4747
}
4848

49+
override func viewWillAppear() {
50+
if let state = self.stateController?.state {
51+
self.stateChanged(state)
52+
}
53+
}
54+
4955
func selectSong(audioID: String, index: Int) {
5056
stateController?.checkDonationStatus()
5157
guard index < 2 else { return }

0 commit comments

Comments
 (0)