View Bug Details

IDProjectCategoryView StatusLast Update
0002611DCP-o-maticBugspublic2023-09-30 09:45
Reportercarl Assigned Tocarl  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version2.16.66 
Summary0002611: Colour range parameter not saved in template
Description

[]

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work required

Activities

carl

2023-09-29 00:04

administrator   ~0005968

diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc
index 9b39ff01b..6c3f23a57 100644
--- a/src/lib/video_content.cc
+++ b/src/lib/video_content.cc
@@ -623,6 +623,7 @@ VideoContent::take_settings_from (shared_ptr<const VideoContent> c)
    set_fade_in (c->_fade_in);
    set_fade_out (c->_fade_out);
    set_burnt_subtitle_language (c->_burnt_subtitle_language);
+   set_range(c->_range);
 }

carl

2023-09-29 00:05

administrator   ~0005969

  • a test.

carl

2023-09-30 09:45

administrator   ~0005971

8833851ea6061e51a0ce429303524f9668226cec

Who needs tests, right

Bug History

Date Modified Username Field Change
2023-09-18 15:55 carl New Bug
2023-09-18 15:56 carl Assigned To => carl
2023-09-18 15:56 carl Status new => acknowledged
2023-09-21 00:08 carl Target Version 2.16.65 => 2.16.66
2023-09-29 00:04 carl Note Added: 0005968
2023-09-29 00:05 carl Note Added: 0005969
2023-09-30 09:45 carl Status acknowledged => resolved
2023-09-30 09:45 carl Resolution open => fixed
2023-09-30 09:45 carl Note Added: 0005971