Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
71a96244
Commit
71a96244
authored
Aug 16, 2009
by
Hugo Beauzee-Luyssen
Browse files
Avoid useless position setting.
parent
892b9b10
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Workflow/TrackWorkflow.cpp
View file @
71a96244
...
...
@@ -283,7 +283,7 @@ bool TrackWorkflow::getOutput( qint64 currentFrame )
needRepositioning
=
true
;
m_forceRepositionning
=
false
;
}
else
if
(
m_paused
==
true
)
else
if
(
m_paused
==
true
&&
currentFrame
!=
lastFrame
)
needRepositioning
=
true
;
else
needRepositioning
=
(
abs
(
currentFrame
-
lastFrame
)
>
1
)
?
true
:
false
;
...
...
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