mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Display the current event as a green blob
This commit is contained in:
@@ -957,7 +957,7 @@ void TimelineBar::paintMarkers(QPainter &p, const QVector<Marker> &markers,
|
||||
path.addRoundedRect(r, 5, 5);
|
||||
|
||||
p.setPen(QPen(palette().brush(QPalette::Text), 1.0));
|
||||
p.fillPath(path, Qt::blue);
|
||||
p.fillPath(path, d == m_Ctx.CurEvent() ? Qt::green : Qt::blue);
|
||||
p.drawPath(path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user