diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-09 01:19:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-28 19:49:26 +0200 |
| commit | 1345d32da6a43a43d731ddc339f21be6ba4b9686 (patch) | |
| tree | 8b80951f86746d21befab98abf655ac4b8a9c45a /src/tools | |
| parent | ae2e1d7100975b57f7472364e47b754fe5cb8f6e (diff) | |
Save and restore video waveform position/size.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index fdd3657c1..2cc01581a 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1102,7 +1102,7 @@ private: _video_waveform_dialog.reset(this, _film, _film_viewer); } - _video_waveform_dialog->Show (); + _video_waveform_dialog->show(); } void tools_system_information () |
