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
f9c980c5
Commit
f9c980c5
authored
Dec 16, 2019
by
Jean-Baptiste Mardelle
Browse files
Make sure drag mode doesn't persist when switching to icon view.
Fixes
#486
parent
c5501bec
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
f9c980c5
...
...
@@ -1469,6 +1469,8 @@ void Bin::slotInitView(QAction *action)
m_itemView
->
setSelectionModel
(
m_proxyModel
->
selectionModel
());
m_proxyModel
->
setDynamicSortFilter
(
true
);
m_layout
->
insertWidget
(
1
,
m_itemView
);
// Reset drag type to normal
m_itemModel
->
setDragType
(
PlaylistState
::
Disabled
);
// setup some default view specific parameters
if
(
m_listType
==
BinTreeView
)
{
...
...
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