Skip to content

Commit db44431

Browse files
committed
Do not protect with TrackMarkers M2 RoutingPads.
1 parent 4884929 commit db44431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

katana/src/NegociateWindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ namespace {
210210
//if (isVH) TrackMarker::create( rp, depth+2 );
211211
}
212212
if (rlDepth == 1) {
213-
if (depth+1 < rg->getDepth())
213+
if ((depth == 0) and (depth+1 < rg->getDepth()))
214214
TrackMarker::create( rp, depth+1 );
215215
}
216216
}

0 commit comments

Comments
 (0)