Merge pull request #874 from KLayout/issue-871

Fixed #871 (application stalls with 'draw only border instances' mode…
This commit is contained in:
Matthias Köfferlein 2021-07-21 23:36:46 +02:00 committed by GitHub
commit b7f4c40400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1804,10 +1804,10 @@ RedrawThreadWorker::draw_layer_wo_cache (int from_level, int to_level, db::cell_
}
++p;
}
++p;
}
}