Bug 364608 - Git master 2016-06-21 - Delete button on group of effects does nothing
Summary: Git master 2016-06-21 - Delete button on group of effects does nothing
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 17:27 UTC by Evert Vorster
Modified: 2016-06-21 18:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evert Vorster 2016-06-21 17:27:58 UTC
Hitting the trashcan icon on a group of effects does nothing. 
The only way a group of effects can be deleted, is to delete each effect out of the group one by one. 

Reproducible: Always

Steps to Reproduce:
1.apply a group of effects to a clip from a custom saved file
2.try to delete the whole group at once by hitting the trashcan icon

Actual Results:  
The groups stays put

Expected Results:  
The group to be deleted. 

One other small UI inconsistency, the effects names are all left-justified, except for the group name, which is right-justified. Is this intentional?
Comment 1 Jean-Baptiste Mardelle 2016-06-21 18:29:08 UTC
Git commit e17eb1f7921caf32eb59c838505737e5c2208137 by Jean-Baptiste Mardelle.
Committed on 21/06/2016 at 18:28.
Pushed by mardelle into branch 'master'.

Fix deletion of effect group

M  +3    -1    src/timeline/customtrackview.cpp

http://commits.kde.org/kdenlive/e17eb1f7921caf32eb59c838505737e5c2208137
Comment 2 Evert Vorster 2016-06-21 18:34:49 UTC
Awesome, thanks!