Minor fix : wrong variable name

This commit is contained in:
joshua
2022-04-09 16:34:30 +02:00
parent 6197d0215a
commit 898edb6c12

View File

@@ -73,7 +73,7 @@ void TerminalStripTreeDockWidget::reload()
#if QT_VERSION >= QT_VERSION_CHECK(5, 13, 0)
ui->m_tree_view->expandRecursively(ui->m_tree_view->rootIndex());
#else
ui->m_terminal_strip_tw->expandAll();
ui->m_tree_view->expandAll();
#endif
//Reselect the tree widget item of the current edited strip