forked from qt-creator/qt-creator
Fix scaling of the feedback info box in the formeditor
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user