Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kdenlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Multimedia
Kdenlive
Commits
b901b42f
Commit
b901b42f
authored
Jul 07, 2019
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve main item when grabbing
Related to
#272
parent
eb206e1d
Pipeline
#5054
passed with stage
in 20 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/timeline2/view/timelinecontroller.cpp
src/timeline2/view/timelinecontroller.cpp
+0
-4
No files found.
src/timeline2/view/timelinecontroller.cpp
View file @
b901b42f
...
...
@@ -2143,10 +2143,6 @@ const QString TimelineController::getAssetName(const QString &assetId, bool isTr
void
TimelineController
::
grabCurrent
()
{
if
(
m_model
->
getCurrentSelection
().
empty
())
{
// TODO: error displayMessage
return
;
}
std
::
unordered_set
<
int
>
ids
=
m_model
->
getCurrentSelection
();
std
::
unordered_set
<
int
>
items_list
;
int
mainId
=
-
1
;
...
...
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