mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Saves a mishmash of local HIDE/SHOW defs along with various literals. Also provide a function that computes the scale at which a given IU size becomes (notionally) a certain size on screen. While this is a simple division, it's a bit opaque in terms of meaning. Also it means the divide by zero case can be more universally defended-against, which has traditionally been a bug opportunity.