implemented rubberband zoom in timeline

This commit is contained in:
itsmattkc
2020-01-07 20:24:07 +11:00
parent 5bdc631da8
commit c8baf4aa3e
13 changed files with 99 additions and 50 deletions
-1
View File
@@ -42,7 +42,6 @@ public:
enum Type {
kClip,
kGap,
kTrack,
kTransition
};
+1 -1
View File
@@ -60,7 +60,7 @@ const Timeline::TrackType& TrackOutput::track_type()
Block::Type TrackOutput::type() const
{
return kTrack;
return kClip;
}
Block *TrackOutput::copy() const