implemented rubberband zoom in timeline
This commit is contained in:
@@ -42,7 +42,6 @@ public:
|
||||
enum Type {
|
||||
kClip,
|
||||
kGap,
|
||||
kTrack,
|
||||
kTransition
|
||||
};
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ const Timeline::TrackType& TrackOutput::track_type()
|
||||
|
||||
Block::Type TrackOutput::type() const
|
||||
{
|
||||
return kTrack;
|
||||
return kClip;
|
||||
}
|
||||
|
||||
Block *TrackOutput::copy() const
|
||||
|
||||
Reference in New Issue
Block a user