We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ea273 commit ad29929Copy full SHA for ad29929
1 file changed
src/gui/src/mainWindow.cpp
@@ -1637,10 +1637,8 @@ void MainWindow::postReadDb(odb::dbDatabase* db)
1637
return;
1638
}
1639
1640
+ // Only create a tab for the top block
1641
emit blockLoaded(block);
- for (auto child : block->getChildren()) {
1642
- emit blockLoaded(child);
1643
- }
1644
1645
1646
void MainWindow::setLogger(utl::Logger* logger)
0 commit comments