kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #37987
Re: PART_DRAW_OPTIONS redundancy?
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 <Simon.Richter@xxxxxxxxxx> 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 : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
References