Fix minor gui wrong behavior

This commit is contained in:
joshua
2023-03-10 20:19:12 +01:00
parent 470e4a059b
commit 45b8cb34f3
2 changed files with 2 additions and 1 deletions

View File

@@ -180,6 +180,7 @@ void TerminalStripEditor::reload()
if (m_model)
{
m_model->reload();
spanMultiLevelTerminals();
}
}