summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-17 21:13:25 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-17 21:13:25 +0200
commit9f940fe8533526b10eb9cf22a8772e122760c368 (patch)
tree139e0aed0209e87c8d3819aad67ffc21adb269d1 /src/wx/dcp_panel.cc
parent119bf28caa0e3469128a1f015ee00cdf773039b0 (diff)
Clicking on the audio graph jumps to that position in the film (#1507).
Diffstat (limited to 'src/wx/dcp_panel.cc')
-rw-r--r--src/wx/dcp_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index c4a14a58b..c3cfc91d4 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -1020,7 +1020,7 @@ DCPPanel::show_audio_clicked ()
_audio_dialog = 0;
}
- AudioDialog* d = new AudioDialog (_panel, _film);
+ AudioDialog* d = new AudioDialog (_panel, _film, _viewer);
d->Show ();
}