Private
Public Access
1
0

transcript: show sender annotation if interrupted by date annotation

This commit is contained in:
2025-06-26 18:48:52 -07:00
parent 9f84969ff5
commit bb74604a74

View File

@@ -339,6 +339,7 @@ private class TranscriptDrawingArea : Widget
var date_item = new DateItemLayout(date.to_local().format("%b %d, %Y at %H:%M"), this, max_width); var date_item = new DateItemLayout(date.to_local().format("%b %d, %Y at %H:%M"), this, max_width);
items.add(date_item); items.add(date_item);
last_date = date; last_date = date;
last_sender = null;
} }
// Sender Annotation // Sender Annotation