diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-07-15 20:36:08 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-07-15 20:36:08 +0200 |
commit | 2801d82121f4ddac3910b22a54671ba3fe02ecd3 (patch) | |
tree | 6bd627f80b77a119320cb08d00042f09d6834288 /gui/ice40/mainwindow.cc | |
parent | 164bd28348aaeaf77317a815d7641881b44d0a0d (diff) | |
parent | 8e12ae2cfed728ee1ecab4e5f60f0435bf2d58b8 (diff) | |
download | nextpnr-2801d82121f4ddac3910b22a54671ba3fe02ecd3.tar.gz nextpnr-2801d82121f4ddac3910b22a54671ba3fe02ecd3.tar.bz2 nextpnr-2801d82121f4ddac3910b22a54671ba3fe02ecd3.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'gui/ice40/mainwindow.cc')
-rw-r--r-- | gui/ice40/mainwindow.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc index 28792ed3..4b1f2c57 100644 --- a/gui/ice40/mainwindow.cc +++ b/gui/ice40/mainwindow.cc @@ -226,6 +226,7 @@ void MainWindow::new_proj() ctx = std::unique_ptr<Context>(new Context(chipArgs));
actionLoadJSON->setEnabled(true);
+ Q_EMIT displaySplash();
Q_EMIT contextChanged(ctx.get());
}
}
|