Add switch to reset Exposure Compensation to 0 on shutdown
Created originally on Bitbucket by Licaon_Kter (Licaon Kter)
A fix for https://bitbucket.org/hudson/magic-lantern/issues/2448/exposure-compensation-display-is-slow somewhat, as at least on (my) EOS M, I find the wheel a pain to use to get EC right (also this does not help https://bitbucket.org/hudson/magic-lantern/issues/2257/selected-wheel-setting-marked ), so having it reset to zero on restart helps me and my shooting style.
Hope it's useful for others too.
Some points that might be up to debate:
- it's ok as
CONFIG_INT(
( hey, it does not error out on compile like this :) ) instead ofstatic CONFIG_INT(
? - is the position in the menu at
Prefs/Misc key
ok? - is this working as I think on all cameras?