mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 08:43:42 +02:00
Selection shows PCell display name of instances.
This commit is contained in:
@@ -44,7 +44,7 @@ void render_cell_inst (const db::Layout &layout, const db::CellInstArray &inst,
|
||||
bool render_origins = false;
|
||||
|
||||
const db::Cell &cell = layout.cell (inst.object ().cell_index ());
|
||||
std::string cell_name = layout.cell_name (inst.object ().cell_index ());
|
||||
std::string cell_name = layout.display_name (inst.object ().cell_index ());
|
||||
db::Box cell_box = cell.bbox ();
|
||||
|
||||
db::Vector a, b;
|
||||
|
||||
Reference in New Issue
Block a user