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
f081e2cd
Commit
f081e2cd
authored
Oct 04, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix effect overlay not properly scaling on monitor zoom
parent
1d247ece
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/glwidget.cpp
View file @
f081e2cd
...
...
@@ -1358,7 +1358,7 @@ void GLWidget::setZoom(float zoom)
double
scaley
=
rootObject
()
->
property
(
"scaley"
).
toDouble
()
*
zoomRatio
;
rootObject
()
->
setProperty
(
"scaley"
,
scaley
);
}
quickWindow
()
->
update
(
);
resizeGL
(
width
(),
height
()
);
}
void
GLWidget
::
onFrameDisplayed
(
const
SharedFrame
&
frame
)
...
...
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