Fix scaling of the feedback info box in the formeditor

This commit is contained in:
Marco Bubke
2010-03-23 19:23:00 +01:00
committed by Kai Koehne
parent cc6cac1672
commit 044b0b8ee3

View File

@@ -121,7 +121,8 @@ void FormEditorGraphicsView::drawForeground(QPainter *painter, const QRectF &/*r
painter->save();
painter->translate(mapToScene(m_feedbackOriginPoint));
painter->resetTransform();
painter->translate(m_feedbackOriginPoint);
QColor changeColor(QColor(Qt::green).lighter(170));