is there way to not show crop marks when zoomed?

Started by ewinemiller, January 15, 2017, 06:05:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ewinemiller

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.

a1ex

Look in zebra.c, is_zoom_mode_so_no_zebras(). It's actually valid for all overlays (should probably be renamed somehow).

ewinemiller

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.