Hi Simon, Looks correct to me. Drawing visible fields and hidden fields are independently controllable, so one’s not just the inverse of the other.
Cheers, Jeff. > On 16 Oct 2018, at 19:53, Simon Richter <[email protected]> wrote: > > Hi, > > eeschema/class_libentry.cpp, line 414ff: > > if( field.IsVisible() && !aOpts.draw_visible_fields ) > continue; > > if( !field.IsVisible() && !aOpts.draw_hidden_fields ) > continue; > > Is this art, or can it be removed? > > Simon > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

