Improved folding empty control statements in sequence diagrams

This commit is contained in:
Bartek Kryza
2022-12-19 00:12:07 +01:00
parent 1c7e64c51e
commit eac49e472c
5 changed files with 59 additions and 52 deletions

View File

@@ -144,6 +144,10 @@ public:
std::string caught_type);
private:
void fold_or_end_block_statement(message &&m,
common::model::message_t statement_begin,
std::vector<message> &current_messages) const;
bool started_{false};
std::map<common::model::diagram_element::id_t, activity> sequences_;