Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
0f1685d4
Commit
0f1685d4
authored
Jan 10, 2011
by
Marco Bubke
Browse files
QmlDesigner.NodeInstances: Fix Mac repaint
parent
85d6f4bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/instances/nodeinstanceserver.cpp
View file @
0f1685d4
...
...
@@ -158,9 +158,9 @@ void NodeInstanceServer::createScene(const CreateSceneCommand &command)
Q_ASSERT
(
!
m_declarativeView
.
data
());
m_declarativeView
=
new
QDeclarativeView
;
m_declarativeView
->
setAttribute
(
Qt
::
WA_DontShowOnScreen
,
true
);
m_declarativeView
->
setViewportUpdateMode
(
QGraphicsView
::
NoViewportUpdate
);
m_declarativeView
->
show
();
m_declarativeView
->
setAttribute
(
Qt
::
WA_DontShowOnScreen
,
true
);
if
(
!
command
.
fileUrl
().
isEmpty
())
engine
()
->
setBaseUrl
(
command
.
fileUrl
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment