mirror of https://github.com/KLayout/klayout.git
Fixed progress description
This commit is contained in:
parent
10880e078b
commit
100760e219
|
|
@ -1443,6 +1443,7 @@ AsIfFlatRegion::sized_inside (const Region &inside, bool outside, coord_type dx,
|
|||
|
||||
// indicate chunk in the progress description
|
||||
proc.set_description (proc.description (&op) + tl::sprintf (tl::to_string (tr (" (steps %d..%d)")), steps_from + 1, steps_from + steps_chunk + 1));
|
||||
steps_from += steps_chunk;
|
||||
|
||||
std::vector<db::generic_shape_iterator<db::Polygon> > others;
|
||||
others.push_back (inside_polygons);
|
||||
|
|
|
|||
|
|
@ -1853,6 +1853,7 @@ DeepRegion::sized_inside (const Region &inside, bool outside, coord_type dx, coo
|
|||
|
||||
// indicate chunk in the progress description
|
||||
proc.set_description (proc.description (&op) + tl::sprintf (tl::to_string (tr (" (steps %d..%d)")), steps_from + 1, steps_from + steps_chunk + 1));
|
||||
steps_from += steps_chunk;
|
||||
|
||||
proc.run (&op, prev.get () ? prev->deep_layer ().layer () : polygons.layer (), inside_polygons.layer (), res->deep_layer ().layer ());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue