From 41a83c2799f83313c6213976553fe69e48ea78df Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 17 Apr 2014 10:14:56 +0100 Subject: [PATCH] Fix update of gain control from gain calculator dialog. --- src/wx/audio_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); } -- 2.30.2