Actually read the values from the TPP dialog before applying processing
Originally committed to SVN as r6348.
This commit is contained in:
parent
3b5bc88285
commit
df9f46b49c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue