Bug 365692 - git master: titler "show background" works only on first edit
Summary: git master: titler "show background" works only on first edit
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-14 18:29 UTC by Wegwerf
Modified: 2016-07-15 04:21 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 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!