diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-03 17:10:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-03 17:10:53 +0100 |
| commit | d1e19450e051d70531a6c1f0973bfd6cfd64319b (patch) | |
| tree | c9c3e407501fc170cc3fd77f37700bd7809b5e60 /src/tools | |
| parent | 7851658223286410d5afb1e32bc44b4012ec5f55 (diff) | |
More accurate reporting of whether vsync is enabled.
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 1e93977d7..2fe5187b4 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -994,7 +994,7 @@ private: void view_system_information () { if (!_system_information_dialog) { - _system_information_dialog = new SystemInformationDialog (this); + _system_information_dialog = new SystemInformationDialog (this, _film_viewer); } _system_information_dialog->Show (); |
