Skip to content
GitLab
Menu
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
a07509ba
Commit
a07509ba
authored
Sep 14, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix title widget background frame not showing up
parent
8aff4a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitor.cpp
View file @
a07509ba
...
...
@@ -490,7 +490,10 @@ void Monitor::setOffsetY(int y)
void
Monitor
::
slotGetCurrentImage
(
bool
request
)
{
m_glMonitor
->
sendFrameForAnalysis
=
request
;
refreshMonitorIfActive
(
true
);
if
(
request
)
{
slotActivateMonitor
();
refreshMonitor
(
true
);
}
if
(
request
)
{
// Update analysis state
QTimer
::
singleShot
(
500
,
m_monitorManager
,
&
MonitorManager
::
checkScopes
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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