1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-03 06:38:34 +00:00

Make loading works nice and use settings

This commit is contained in:
Miodrag Milanovic
2018-08-08 21:15:54 +02:00
parent bc378fc3e4
commit 5dd7a74b87
7 changed files with 36 additions and 30 deletions

View File

@@ -34,7 +34,6 @@ MainWindow::MainWindow(std::unique_ptr<Context> context, ArchArgs args, QWidget
connect(this, &BaseMainWindow::contextChanged, this, &MainWindow::newContext);
createMenu();
Q_EMIT contextChanged(ctx.get());
}
MainWindow::~MainWindow() {}