transcript: show sender annotation if interrupted by date annotation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user