Skip to content
GitLab
Menu
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
749047aa
Commit
749047aa
authored
Mar 31, 2010
by
Marco Bubke
Committed by
Kai Koehne
Apr 08, 2010
Browse files
Fix selection for the rubberband
Task-Number: BAUHAUS-519
parent
14714e38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/rubberbandselectionmanipulator.cpp
View file @
749047aa
...
...
@@ -93,8 +93,7 @@ void RubberBandSelectionManipulator::select(SelectionType selectionType)
if
(
!
m_beginFormEditorItem
)
return
;
QList
<
QGraphicsItem
*>
itemList
=
m_editorView
->
scene
()
->
items
(
m_selectionRectangleElement
.
rect
(),
Qt
::
IntersectsItemBoundingRect
);
QList
<
QGraphicsItem
*>
itemList
=
m_editorView
->
scene
()
->
items
(
m_selectionRectangleElement
.
rect
(),
Qt
::
IntersectsItemShape
);
QList
<
QmlItemNode
>
newNodeList
;
foreach
(
QGraphicsItem
*
item
,
itemList
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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