pull/1/head
Timothy Pearson 13 years ago
parent e11bc8ad06
commit d668821a95

@ -501,7 +501,7 @@ void Slope::updatePixmap()
// shift all the points // shift all the points
for (unsigned int i = 0; i < r.count(); ++i) for (unsigned int i = 0; i < r.count(); ++i)
{ {
QPoint &p = r[i]; TQPoint &p = r[i];
p.setX(p.x() - x()); p.setX(p.x() - x());
p.setY(p.y() - y()); p.setY(p.y() - y());
} }

Loading…
Cancel
Save