Magic Lantern Forum

Using Magic Lantern => General Help Q&A => Topic started by: ewinemiller on January 15, 2017, 06:05:57 PM

Title: is there way to not show crop marks when zoomed?
Post by: ewinemiller on January 15, 2017, 06:05:57 PM
So I have a handy custom crop mark bmp so I can see the framing when not zoomed. Using the new crop recording module, it already frames it correctly when I zoom 5x so I don't want to see it there, and at 10x, I'm checking focus so I don't want to see it there. Is there a way to only show the custom crop marks when not zoomed?

Thanks.
Title: Re: is there way to not show crop marks when zoomed?
Post by: a1ex on January 15, 2017, 09:30:12 PM
Look in zebra.c, is_zoom_mode_so_no_zebras(). It's actually valid for all overlays (should probably be renamed somehow).
Title: Re: is there way to not show crop marks when zoomed?
Post by: ewinemiller on January 22, 2017, 11:46:46 PM
Thanks. Pull request submitted.

BTW, when creating a pull request, should I be requesting specific reviewers or will the appropriate folks see it in the list?

Thanks again.