mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Correction mineure du code suite a la revision precedente.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@592 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1202,7 +1202,6 @@ QList<QPointF> Conductor::junctions() const {
|
||||
// parcoure les segments a la recherche d'un point commun
|
||||
for (int j = 0 ; j < c_segments.count() ; ++ j) {
|
||||
ConductorSegment *segment = c_segments[j];
|
||||
QRectF rect(segment -> firstPoint(), segment -> secondPoint());
|
||||
// un point commun a ete trouve sur ce segment
|
||||
if (isContained(conductor_point, segment -> firstPoint(), segment -> secondPoint())) {
|
||||
is_junction = true;
|
||||
|
||||
Reference in New Issue
Block a user