Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
55be25e0
Commit
55be25e0
authored
Feb 10, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix tile clips created with monitor preview res
BUG: 417368
parent
51ba7e93
Pipeline
#14792
passed with stage
in 16 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/titler/titlewidget.cpp
View file @
55be25e0
...
...
@@ -152,7 +152,7 @@ TitleWidget::TitleWidget(const QUrl &url, const Timecode &tc, QString projectTit
rectLineWidth
->
setToolTip
(
i18n
(
"Border width"
));
itemzoom
->
setSuffix
(
i18n
(
"%"
));
QSize
profileSize
=
monit
or
->
profil
eSize
();
QSize
profileSize
=
pC
or
e
->
getCurrentFram
eSize
();
m_frameWidth
=
(
int
)(
profileSize
.
height
()
*
pCore
->
getCurrentDar
()
+
0.5
);
m_frameHeight
=
profileSize
.
height
();
showToolbars
(
TITLE_SELECT
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment