Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
luyikei
VLMC
Commits
138232d3
Commit
138232d3
authored
Dec 10, 2009
by
Clement CHAVANCE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed compilation problems
parent
015a7937
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/GUI/PreviewWidget.cpp
src/GUI/PreviewWidget.cpp
+2
-2
No files found.
src/GUI/PreviewWidget.cpp
View file @
138232d3
...
...
@@ -180,8 +180,8 @@ void PreviewWidget::markerStopClicked()
void
PreviewWidget
::
createNewClipFromMarkers
()
{
Media
*
selectedMedia
=
m_renderer
->
getMedia
();
qint64
beg
=
m_ui
.
rulerWidget
->
getMarker
(
PreviewRuler
::
S
tart
);
qint64
end
=
m_ui
.
rulerWidget
->
getMarker
(
PreviewRuler
::
S
top
);
qint64
beg
=
m_ui
->
rulerWidget
->
getMarker
(
PreviewRuler
::
S
TART
);
qint64
end
=
m_ui
->
rulerWidget
->
getMarker
(
PreviewRuler
::
S
TOP
);
beg
=
beg
<
0
?
0
:
beg
;
Clip
*
part
=
new
Clip
(
selectedMedia
,
beg
,
end
);
...
...
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