mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Merge branch 'terminal_strip'
* terminal_strip: Minor fix : wrong variable name
This commit is contained in:
commit
1c52cd71a9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user