Schematize sets highlighting by color, not numeric indices. So there's a small probability of two Links being assigned the same color. In a screen with many Links I've now observed this happen. This issue can be fixed by switching self.highlightedLink to match something more specific like bin index.

Schematize sets highlighting by color, not numeric indices. So there's a small probability of two Links being assigned the same color. In a screen with many Links I've now observed this happen. This issue can be fixed by switching
self.highlightedLinkto match something more specific like bin index.