Merge branch 'master' into terminal_strip

* master:
  Fix crash
  Change displayed version on master
  avoid WARNING: mime_xml.path is not defined
  Update changelog
This commit is contained in:
joshua
2023-01-08 16:30:59 +01:00
6 changed files with 75 additions and 12 deletions

View File

@@ -106,6 +106,7 @@ void TerminalStripItem::refreshPending()
for (const auto &strip_ : diagram()->project()->terminalStrip()) {
if (strip_->uuid() == m_pending_strip_uuid) {
setTerminalStrip(strip_);
m_pending_strip_uuid = QUuid();
break;
}
}