Bug 361900 - git 16.04: large text size incorrectly wrapped, but shadow isn't
Summary: git 16.04: large text size incorrectly wrapped, but shadow isn't
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-17 15:50 UTC by Wegwerf
Modified: 2016-04-26 15:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
example Kdenlive project with incorrect text wrap (9.90 KB, application/xml)
2016-04-17 15:50 UTC, Wegwerf
Details
screenshot of incorrect text wrap (170.72 KB, image/jpeg)
2016-04-17 15:51 UTC, Wegwerf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wegwerf 2016-04-17 15:50:07 UTC
When adding a new text element in the title editor after a large font size with shadow has been set, the new text incorrectly gets wrapped. Funnily, the text shadow doesn't get wrapped. Please find an example project enclosed, as well as a screenshot of what happened.

Reproducible: Always

Steps to Reproduce:
1. Open attached example project.
2. Open title clip in title editor.
3. Select the existing text that is not wrapped.
4. Add another text element: this time the text is wrapped.

Actual Results:  
New text elements are wrapped incorrectly.

Expected Results:  
No text wrapping should occur.
Comment 1 Wegwerf 2016-04-17 15:50:50 UTC
Created attachment 98428 [details]
example Kdenlive project with incorrect text wrap
Comment 2 Wegwerf 2016-04-17 15:51:18 UTC
Created attachment 98429 [details]
screenshot of incorrect text wrap
Comment 3 Jean-Baptiste Mardelle 2016-04-20 10:30:37 UTC
Git commit 9098376f965ef1bcde19844c1514321eabac8f3d by Jean-Baptiste Mardelle.
Committed on 20/04/2016 at 10:29.
Pushed by mardelle into branch 'Applications/16.04'.

Fix new text in titler broken on large shadow offset

M  +8    -5    src/effectstack/graphicsscenerectmove.cpp
M  +2    -2    src/mainwindow.cpp

http://commits.kde.org/kdenlive/9098376f965ef1bcde19844c1514321eabac8f3d
Comment 4 Jean-Baptiste Mardelle 2016-04-20 10:32:24 UTC
Git commit 9820a042eaea199904b1f70967af15cb28cbcff9 by Jean-Baptiste Mardelle.
Committed on 20/04/2016 at 10:31.
Pushed by mardelle into branch 'master'.

Fix new text in titler broken on large shadow offset

M  +8    -5    src/effectstack/graphicsscenerectmove.cpp
M  +2    -2    src/mainwindow.cpp

http://commits.kde.org/kdenlive/9820a042eaea199904b1f70967af15cb28cbcff9
Comment 5 Wegwerf 2016-04-26 15:44:03 UTC
This is fixed now, thank you very much Jean-Baptiste! Setting this to RESOLVED FIXED.