Actually read the values from the TPP dialog before applying processing

Originally committed to SVN as r6348.
This commit is contained in:
Thomas Goyne 2012-01-23 23:53:26 +00:00
parent 3b5bc88285
commit df9f46b49c
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ void DialogTimingProcessor::UpdateControls() {
}
void DialogTimingProcessor::OnApply(wxCommandEvent &) {
TransferDataFromWindow();
// Save settings
OPT_SET("Audio/Lead/IN")->SetInt(leadIn);
OPT_SET("Audio/Lead/OUT")->SetInt(leadOut);