Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Scott Petrovic
kdenlive
Commits
5eedc0dd
Commit
5eedc0dd
authored
Sep 09, 2015
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix effect crash introduced by previous commit
parent
50794859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/monitor/monitor.cpp
src/monitor/monitor.cpp
+2
-1
No files found.
src/monitor/monitor.cpp
View file @
5eedc0dd
...
...
@@ -66,6 +66,7 @@ Monitor::Monitor(Kdenlive::MonitorId id, MonitorManager *manager, QWidget *paren
,
m_recManager
(
NULL
)
,
m_loopClipAction
(
NULL
)
,
m_effectCompare
(
NULL
)
,
m_sceneVisibilityAction
(
NULL
)
,
m_contextMenu
(
NULL
)
,
m_selectedClip
(
NULL
)
,
m_loopClipTransition
(
true
)
...
...
@@ -1220,7 +1221,7 @@ void Monitor::slotShowEffectScene(bool show)
else
if
(
m_rootItem
&&
m_rootItem
->
objectName
()
==
"rooteffectscene"
)
{
loadMasterQml
();
}
m_sceneVisibilityAction
->
setChecked
(
show
);
if
(
m_sceneVisibilityAction
)
m_sceneVisibilityAction
->
setChecked
(
show
);
}
void
Monitor
::
slotSeekToKeyFrame
()
...
...
Write
Preview
Markdown
is supported
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