Skip to content

Commit d11e4cc

Browse files
committed
gui: emit chipLoaded from postReadDb
Signed-off-by: Matt Liberty <[email protected]>
1 parent 16b5e6b commit d11e4cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/src/mainWindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,7 @@ void MainWindow::postReadDb(odb::dbDatabase* db)
16481648
}
16491649

16501650
// Only create a tab for the top block
1651+
emit chipLoaded(block->getChip());
16511652
emit blockLoaded(block);
16521653
}
16531654

0 commit comments

Comments
 (0)