Comment 23 for bug 1737363

Revision history for this message
Wayne Stambaugh (stambaughw) wrote : Re: [Bug 1737363] Re: Poor performance in SchematicCleanUp() in eeschema

The library symbol link can also be changed directly using the schematic
symbol properties dialog.

On 12/12/2017 9:06 AM, Seth Hillbrand wrote:
> I was debating whether to put an explicit update call or not. The library update sends a kiway SCH_REFRESH message, which triggers a call to TestDanglingEnds. The first step of this is to call GetEndPoints, where the pin endpoints cache gets updated.
>