BlockView trace fix
This commit is contained in:
@@ -1349,7 +1349,7 @@ void BlockView::matchBus() {
|
||||
//qDebug() << "1" << buses.size() << tmp_bus.pol;
|
||||
for (int i = 0; i < buses.size(); ++i) {
|
||||
b = buses[i];
|
||||
b->testPoint(point, &sp, &ss);
|
||||
b->testPoint(point, &sp, &ss, true);
|
||||
//qDebug() << i << sp << ss;
|
||||
if (sp >= 0 || ss >= 0) break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user