Bug 366168 - git master: undo qtblend alpha change causes qtblend to mess up
Summary: git master: undo qtblend alpha change causes qtblend to mess up
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-27 15:44 UTC by Wegwerf
Modified: 2016-08-04 16:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wegwerf 2016-07-27 15:44:20 UTC
1. Create a qtblend transition to overlay some title clip with some image clip.
2. Now change opacity 100->50.
3. ^Z/Undo
At the undo the project monitor correctly updates to show the 100% opacity compositing. However, the opacity parameter in the properties does not correctly update.

Sometimes, now changing the opacity parameter again causes all different kind of things, from getting ignored to showing only a black project monitor.
Comment 1 Jean-Baptiste Mardelle 2016-07-29 19:17:03 UTC
Git commit 0cfb4f2420339ed7d12686e8e161f877445f589e by Jean-Baptiste Mardelle.
Committed on 29/07/2016 at 19:16.
Pushed by mardelle into branch 'Applications/16.08'.

Fix undo on qtblend transition

M  +1    -1    src/timeline/customtrackview.cpp
M  +2    -1    src/timeline/transition.cpp

http://commits.kde.org/kdenlive/0cfb4f2420339ed7d12686e8e161f877445f589e
Comment 2 Wegwerf 2016-08-04 16:17:10 UTC
Jean-Baptiste, thank you very much for fixing this! One report less in the backlog.