| Summary: | git master: changing bin effect parameters does not mark project as changed | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Wegwerf <wegwerf-1-2-3> |
| Component: | Video Effects & Transitions | Assignee: | Vincent PINON <vpinon> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | snd.noise |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdenlive/b2e1bc19f7a2e6c01be83c3f952f998a6fcf01be | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Wegwerf
2016-04-15 15:48:34 UTC
I can reproduce with today's build. Git commit b2e1bc19f7a2e6c01be83c3f952f998a6fcf01be by Jean-Baptiste Mardelle. Committed on 02/09/2016 at 19:26. Pushed by mardelle into branch 'Applications/16.08'. Integrate master effect update and state change in undo system M +35 -0 src/bin/bin.cpp M +5 -0 src/bin/bin.h M +49 -0 src/bin/bincommands.cpp M +29 -0 src/bin/bincommands.h M +8 -0 src/bin/projectclip.cpp M +1 -0 src/bin/projectclip.h M +4 -8 src/effectstack/effectstackview2.cpp M +3 -0 src/effectstack/effectstackview2.h M +2 -0 src/mainwindow.cpp http://commits.kde.org/kdenlive/b2e1bc19f7a2e6c01be83c3f952f998a6fcf01be This is an important fix! Jean-Baptiste, thank you very much for squashing this one that can bite unexpecting users rather badly. |