mirror of https://github.com/KLayout/klayout.git
Fixed #871 (application stalls with 'draw only border instances' mode with AREFs)
This commit is contained in:
parent
d5250cfc00
commit
92419801a7
|
|
@ -1804,10 +1804,10 @@ RedrawThreadWorker::draw_layer_wo_cache (int from_level, int to_level, db::cell_
|
|||
|
||||
}
|
||||
|
||||
++p;
|
||||
|
||||
}
|
||||
|
||||
++p;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue