timebasedview: fix playhead dragging regression
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
void SetMarkers(TimelineMarkerList *markers);
|
||||
void SetWorkArea(TimelineWorkArea *workarea);
|
||||
|
||||
bool IsDraggingPlayhead() const
|
||||
virtual bool IsDraggingPlayhead() const override
|
||||
{
|
||||
return dragging_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user