Fixed handling of elements filter in sequence diagrams (#248)

This commit is contained in:
Bartek Kryza
2024-03-06 17:38:44 +01:00
parent 812979779b
commit 6facb386bb
6 changed files with 67 additions and 1 deletions

View File

@@ -413,6 +413,8 @@ void diagram::print() const
LOG_TRACE(" --- Activities ---");
for (const auto &[from_id, act] : sequences_) {
if (participants_.count(from_id) == 0)
continue;
LOG_TRACE("Sequence id={}:", from_id);