Skip to content

menu: make CancelDateTimer mandatory for all cameras

Alex requested to merge branch/prevent-menu-flickering into branch/unified

Background:

https://bitbucket.org/hudson/magic-lantern/issue/1464/date-time-drawing-over-ml-menu https://bitbucket.org/hudson/magic-lantern/pull-request/480/prevent-date-time-from-flickering-while-ml/diff

The fix currently applied on 5D2, 5D3, 6D, 7D and 500D. To solve this issue for good, I'm going to make it mandatory for all cameras by the end of this week. Any nightly builds missing this stub after August 1st will be broken.

Sorry for pushing it, but otherwise I could wait for many months until somebody finds the stub (CancelDateTimer) for the other cameras and tests it.

TODO: add a test for this stub in the Stubs API tests (not sure yet how).

Merge request reports