This commit is contained in:
Matthias Koefferlein 2021-06-30 23:00:38 +02:00
parent 4982d63597
commit 2986afc8f9
1 changed files with 1 additions and 0 deletions

View File

@ -1192,6 +1192,7 @@ NetlistBrowserPage::produce_highlights_for_net (const db::Net *net, size_t &n_ma
while (! shapes.at_end ()) {
if (shapes->type () != db::NetShape::Polygon) {
++shapes;
continue;
}