Comment 2 for bug 1091071

Revision history for this message
dmn (graahnul.grom) wrote :

> It should ONLY have the first two in that list.

This can be accomplished by entering the following expression
in the ":" (invoke macro) prompt before adding a symbol:

( remove-hook! add-pin-hook add-default-pin-attributes )

This expression can also be placed in gschemrc configuration file.
Note that it affects the behaviour of Add->Pin, too:
pins will be added without any attributes.

To restore default behaviour, enter:

( add-hook! add-pin-hook add-default-pin-attributes )

regards,
Dmitry