seekable: prioritize dragging playhead over workarea
This commit is contained in:
@@ -125,6 +125,8 @@ private:
|
||||
|
||||
bool FindResizeHandle(QMouseEvent *event);
|
||||
|
||||
void ClearResizeHandle();
|
||||
|
||||
void DragResizeHandle(const QPointF &scene_pos);
|
||||
|
||||
void CommitResizeHandle();
|
||||
@@ -153,6 +155,8 @@ private:
|
||||
|
||||
bool marker_editing_enabled_;
|
||||
|
||||
QPolygon last_playhead_shape_;
|
||||
|
||||
private slots:
|
||||
void SetMarkerColor(int c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user