Skip to content

Commit

Permalink
Fixed minor UI bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfischernielsen committed Aug 9, 2019
1 parent 7f63682 commit 359b8dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Traktor Transition Finder/SongToSongViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ class SongToSongViewController: NSViewController {
transitionsTableView.target = self
}

override func viewWillAppear() {
if let state = self.stateController?.state {
self.stateChanged(state)
}
}

func selectSong(audioID: String, index: Int) {
stateController?.checkDonationStatus()
guard index < 2 else { return }
Expand Down

0 comments on commit 359b8dd

Please sign in to comment.