seekable: prioritize dragging playhead over workarea

This commit is contained in:
itsmattkc
2022-11-18 10:50:07 -08:00
parent eae02ac28b
commit d164a9a59a
2 changed files with 18 additions and 6 deletions
+4
View File
@@ -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);