mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 17:53:00 +02:00
WIP: tried to provide a more consistent net building feature (here: building hierarchical nets with properties as net annotation - needs cell variants if properties are assigned to subcells too)
This commit is contained in:
@@ -194,7 +194,7 @@ NetlistBrowserDialog::probe_net (const db::DPoint &p, bool trace_path)
|
||||
|
||||
db::DBox start_search_box = db::DBox (p, p).enlarged (db::DVector (l, l));
|
||||
|
||||
// @@@ not used yet ..
|
||||
// TODO: not used yet ..
|
||||
db::DBox stop_search_box;
|
||||
if (trace_path) {
|
||||
stop_search_box = db::DBox (m_mouse_first_point, m_mouse_first_point).enlarged (db::DVector (l, l));
|
||||
|
||||
Reference in New Issue
Block a user