diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-17 21:13:25 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-17 21:13:25 +0200 |
| commit | 9f940fe8533526b10eb9cf22a8772e122760c368 (patch) | |
| tree | 139e0aed0209e87c8d3819aad67ffc21adb269d1 /src/wx/audio_panel.cc | |
| parent | 119bf28caa0e3469128a1f015ee00cdf773039b0 (diff) | |
Clicking on the audio graph jumps to that position in the film (#1507).
Diffstat (limited to 'src/wx/audio_panel.cc')
| -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 37d6f8bb6..8c3d6f6ca 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -365,7 +365,7 @@ AudioPanel::show_clicked () return; } - _audio_dialog = new AudioDialog (this, _parent->film (), ac.front ()); + _audio_dialog = new AudioDialog (this, _parent->film(), _parent->film_viewer(), ac.front()); _audio_dialog->Show (); } |
