Skip to content
Snippets Groups Projects
Commit a20ffe05 authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner: Fix the formeditor background

parent 8c63b9b1
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ void FormEditorGraphicsView::keyPressEvent(QKeyEvent *event) ...@@ -113,7 +113,7 @@ void FormEditorGraphicsView::keyPressEvent(QKeyEvent *event)
void FormEditorGraphicsView::setRootItemRect(const QRectF &rect) void FormEditorGraphicsView::setRootItemRect(const QRectF &rect)
{ {
m_rootItemRect = rect; m_rootItemRect = rect;
qDebug() << __FUNCTION__ << m_rootItemRect; update();
} }
QRectF FormEditorGraphicsView::rootItemRect() const QRectF FormEditorGraphicsView::rootItemRect() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment