Skip to content

Commit 089d41d

Browse files
authored
Merge pull request #8892 from LucasYuki/gui_show_3d
Gui show 3d
2 parents 9e4df73 + 4b07463 commit 089d41d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/src/mainWindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,8 @@ void MainWindow::postReadDb(odb::dbDatabase* db)
16471647
}
16481648
auto block = chip->getBlock();
16491649
if (block == nullptr) {
1650+
// It is a top chip
1651+
emit chipLoaded(chip);
16501652
return;
16511653
}
16521654

0 commit comments

Comments
 (0)