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:
Matthias Koefferlein
2019-05-04 00:37:38 +02:00
parent 2aaec56adb
commit 548f16f1df
5 changed files with 75 additions and 17 deletions
@@ -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));