Bug 365692

Summary: git master: titler "show background" works only on first edit
Product: [Applications] kdenlive Reporter: Wegwerf <wegwerf-1-2-3>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Wegwerf 2016-07-14 18:29:41 UTC
The "show background" function of Kdenlive's titler currently works only the first time in an Kdenlive session, that is editing a title. When editing the same or a different title, show background doesn't work anymore and doesn't show the background. Only restarting Kdenlive brings back showing the background for exactly editing one other title. After closing the title editor, show background doesn't work anymore.

System is Kubuntu 16.04 with recent updates, including kde-backports.
Comment 1 Jean-Baptiste Mardelle 2016-07-14 20:29:14 UTC
Git commit 3bf2186ae82444299140616dd51c4301fba8ab96 by Jean-Baptiste Mardelle.
Committed on 14/07/2016 at 20:29.
Pushed by mardelle into branch 'master'.

Fix titler request background working only once

M  +3    -3    src/bin/bin.cpp
M  +1    -1    src/bin/bin.h
M  +1    -1    src/dialogs/clipcreationdialog.cpp
M  +11   -7    src/monitor/monitor.cpp
M  +1    -1    src/monitor/monitor.h
M  +4    -3    src/titler/titlewidget.cpp
M  +1    -1    src/titler/titlewidget.h

http://commits.kde.org/kdenlive/3bf2186ae82444299140616dd51c4301fba8ab96
Comment 2 Wegwerf 2016-07-15 04:21:28 UTC
This works now, thank you very much!