Summary: | git 16.04: cannot reorder track & bin clip effects in effects stack | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Wegwerf <wegwerf-1-2-3> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | wegwerf-1-2-3 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Wegwerf
2016-01-28 20:47:31 UTC
This bug is still present in current git 16.04. In addition, this bug also affects bin clip effects too. These also cannot be reordered. For some effect stacks, order is important, so not being able to reorder them is ... unfortunate. ;) Git commit 24173546d73294b3bd88f8fd4551ef7ce23970d1 by Jean-Baptiste Mardelle. Committed on 17/05/2016 at 21:28. Pushed by mardelle into branch 'master'. Allow reordering of bin clip effects M +30 -0 src/bin/bin.cpp M +2 -0 src/bin/bin.h M +23 -0 src/bin/bincommands.cpp M +13 -0 src/bin/bincommands.h M +2 -2 src/effectstack/effectstackview2.cpp M +2 -0 src/effectstack/effectstackview2.h M +1 -1 src/mainwindow.cpp M +27 -0 src/mltcontroller/clipcontroller.cpp M +6 -0 src/mltcontroller/clipcontroller.h http://commits.kde.org/kdenlive/24173546d73294b3bd88f8fd4551ef7ce23970d1 Great! This also works for me. Thank you very much Jean-Baptiste for fixing this regression! |