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
Multimedia
Kdenlive
Commits
c6f537be
Commit
c6f537be
authored
May 01, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix drag incorrectly terminating in icon view
parent
d409bd18
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
c6f537be
...
...
@@ -735,7 +735,6 @@ void MyListView::mouseMoveEvent(QMouseEvent *event)
drag
->
exec
();
emit
processDragEnd
();
}
QListView
::
mouseMoveEvent
(
event
);
return
;
}
QModelIndex
index
=
indexAt
(
event
->
pos
());
...
...
Write
Preview
Supports
Markdown
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