BlockView trace fix

This commit is contained in:
2020-08-17 12:10:13 +03:00
parent f66138593c
commit cabacdd908
3 changed files with 5 additions and 5 deletions

View File

@@ -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;
}