diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-17 10:14:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-17 10:14:56 +0100 |
| commit | 41a83c2799f83313c6213976553fe69e48ea78df (patch) | |
| tree | e789adcf453933b62a443d65a049a9a10482b6bb /src | |
| parent | 548dfbd04c9e1888880feefad0a7064ee151fc56 (diff) | |
Fix update of gain control from gain calculator dialog.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 0838fa8ab..1c679d336 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -166,7 +166,7 @@ AudioPanel::gain_calculate_button_clicked () /* This appears to be necessary, as the change is not signalled, I think. */ - _gain->update_from_model (); + _gain->view_changed (); d->Destroy (); } |
