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
57de5b20
Commit
57de5b20
authored
Feb 09, 2010
by
Marco Bubke
Browse files
Select pasted node in Bauhaus
parent
18b08573
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/integration/designdocumentcontroller.cpp
View file @
57de5b20
...
...
@@ -675,7 +675,7 @@ void DesignDocumentController::paste()
QString
defaultProperty
(
targetNode
.
metaInfo
().
defaultProperty
());
targetNode
.
nodeListProperty
(
defaultProperty
).
reparentHere
(
pastedNode
);
view
.
setSelectedModelNodes
(
QList
<
ModelNode
>
()
<<
pastedNode
);
}
}
...
...
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