mirror of https://github.com/KLayout/klayout.git
Fixed #851
This commit is contained in:
parent
4982d63597
commit
2986afc8f9
|
|
@ -1192,6 +1192,7 @@ NetlistBrowserPage::produce_highlights_for_net (const db::Net *net, size_t &n_ma
|
||||||
while (! shapes.at_end ()) {
|
while (! shapes.at_end ()) {
|
||||||
|
|
||||||
if (shapes->type () != db::NetShape::Polygon) {
|
if (shapes->type () != db::NetShape::Polygon) {
|
||||||
|
++shapes;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue