Fix crash

This commit is contained in:
joshua
2023-01-08 16:20:13 +01:00
parent 1e2bdc203b
commit b1f6b1823a
3 changed files with 21 additions and 9 deletions

View File

@@ -100,6 +100,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;
}
}