diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-09 00:39:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-10 21:13:45 +0200 |
| commit | b2c2a9e6ec7a4f8ef8e31f97d4feece18c9c3286 (patch) | |
| tree | 4d4c6a724d29396e1e0529e142cf188ccdba4cda /src/tools/dcpomatic_player.cc | |
| parent | b4e4f2f752bf451e38cf47190a4d4df228ff7db9 (diff) | |
Keep screen awake while playing on Windows (#3095).
Diffstat (limited to 'src/tools/dcpomatic_player.cc')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 32c6c980b..f95165620 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -209,7 +209,7 @@ public: the dark-grey background on Windows. */ , _overall_panel(new wxPanel(this, wxID_ANY)) - , _viewer(_overall_panel) + , _viewer(_overall_panel, true) , _main_sizer (new wxBoxSizer(wxVERTICAL)) { dcpomatic_log = make_shared<NullLog>(); |
