Skip to content

add a missing newline in config file

Beyß, Martin requested to merge hist_config into main

disabling histograms worked in the GUI. Using the exported config file however did not. This is due to a missing newline, which makes the config look like this

moovie.num_major_sections_axis=2
moovie.num_minor_sections_axis=10moovie.histograms_enabled=0
moovie.num_histogram_classes=10

I assume that num_minor_sections_axis was broken.

Trivial fix

Merge request reports