Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
luyikei
VLMC
Commits
17d4ce49
Commit
17d4ce49
authored
Jun 13, 2009
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't waste cpu time
parent
9c5b4bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/gui/TracksView.cpp
src/gui/TracksView.cpp
+2
-0
No files found.
src/gui/TracksView.cpp
View file @
17d4ce49
...
@@ -170,6 +170,7 @@ void TracksView::moveMediaItem( AbstractGraphicsMediaItem* item, QPoint position
...
@@ -170,6 +170,7 @@ void TracksView::moveMediaItem( AbstractGraphicsMediaItem* item, QPoint position
// Collision with an item of the same type
// Collision with an item of the same type
// Restoring original parent (vertical)
// Restoring original parent (vertical)
m_dragItem
->
setParentItem
(
oldParent
);
m_dragItem
->
setParentItem
(
oldParent
);
break
;
}
}
}
}
...
@@ -184,6 +185,7 @@ void TracksView::moveMediaItem( AbstractGraphicsMediaItem* item, QPoint position
...
@@ -184,6 +185,7 @@ void TracksView::moveMediaItem( AbstractGraphicsMediaItem* item, QPoint position
// Collision with an item of the same type
// Collision with an item of the same type
// Restoring original position (horizontal)
// Restoring original position (horizontal)
m_dragItem
->
setPos
(
oldPos
);
m_dragItem
->
setPos
(
oldPos
);
break
;
}
}
}
}
}
}
...
...
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