projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b10ee3
)
macOS build fix.
author
Carl Hetherington
<cth@carlh.net>
Thu, 18 Jan 2024 09:05:31 +0000
(10:05 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Thu, 18 Jan 2024 09:05:31 +0000
(10:05 +0100)
src/tools/dcpomatic_kdm.cc
patch
|
blob
|
history
diff --git
a/src/tools/dcpomatic_kdm.cc
b/src/tools/dcpomatic_kdm.cc
index c125428db0853ff13452fb2f23ec096843fae6f1..775349d54abfdb64b6564edebced2054d230d149 100644
(file)
--- a/
src/tools/dcpomatic_kdm.cc
+++ b/
src/tools/dcpomatic_kdm.cc
@@
-487,7
+487,8
@@
private:
void dkdm_selection_changed()
{
- if (_selected_dkdm = selected_dkdm()) {
+ _selected_dkdm = selected_dkdm();
+ if (_selected_dkdm) {
auto dkdm = std::dynamic_pointer_cast<DKDM>(_selected_dkdm);
if (dkdm) {
try {