projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051bac9
)
Signal the correct change when unsetting the sound output.
author
Carl Hetherington
<cth@carlh.net>
Thu, 25 Jul 2024 12:47:20 +0000
(14:47 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Fri, 26 Jul 2024 09:39:59 +0000
(11:39 +0200)
Otherwise we don't notice when the output is set back to
whetever happens to be the default.
src/lib/config.h
patch
|
blob
|
history
diff --git
a/src/lib/config.h
b/src/lib/config.h
index f3d080b0bdc4552c00055418695a003d0f6d7814..9e6b747a2078baa0c2e303cf0ede447f08cf6803 100644
(file)
--- a/
src/lib/config.h
+++ b/
src/lib/config.h
@@
-963,7
+963,7
@@
public:
}
_sound_output = boost::none;
- changed
(
);
+ changed
(SOUND_OUTPUT
);
}
void set_kdm_container_name_format (dcp::NameFormat n) {