Merge pull request #852 from KLayout/issue-851

Issue 851
This commit is contained in:
Matthias Köfferlein 2021-07-06 23:38:54 +02:00 committed by GitHub
commit 6f6cab3fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}