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
e9ed2a4e
Commit
e9ed2a4e
authored
Jan 12, 2010
by
Marco Bubke
Browse files
Fix selection if the move mode is active
parent
3303e0bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/selectiontool.cpp
View file @
e9ed2a4e
...
...
@@ -274,7 +274,7 @@ void SelectionTool::selectUnderPoint(QGraphicsSceneMouseEvent *event)
else
if
(
event
->
modifiers
().
testFlag
(
Qt
::
ShiftModifier
))
m_singleSelectionManipulator
.
select
(
SingleSelectionManipulator
::
AddToSelection
);
else
m_singleSelectionManipulator
.
select
(
SingleSelectionManipulator
::
Replace
Selection
);
m_singleSelectionManipulator
.
select
(
SingleSelectionManipulator
::
Invert
Selection
);
m_singleSelectionManipulator
.
end
(
event
->
scenePos
());
}
...
...
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