prioritize dragging markers over workarea

This commit is contained in:
itsmattkc
2022-11-18 10:35:51 -08:00
parent b33260dce8
commit eae02ac28b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -102,8 +102,8 @@ void TimeRuler::drawForeground(QPainter *p, const QRectF &rect)
// Draw timeline points if connected
int marker_height = TimelineMarker::GetMarkerHeight(p->fontMetrics());
DrawMarkers(p, marker_height);
DrawWorkArea(p);
DrawMarkers(p, marker_height);
double width_of_frame = timebase_dbl() * GetScale();
double width_of_second = 0;