diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-07-13 12:02:49 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-07-13 12:02:49 +0200 |
commit | b5498c8a5366f8ae6c1e6e850a55b49753b0d6a6 (patch) | |
tree | a2812f6315e2078bc472a97f3726191018689db4 /ice40 | |
parent | 0f0259fd9467cf99f1ecc02887d9f8ce7f1427d6 (diff) | |
download | nextpnr-b5498c8a5366f8ae6c1e6e850a55b49753b0d6a6.tar.gz nextpnr-b5498c8a5366f8ae6c1e6e850a55b49753b0d6a6.tar.bz2 nextpnr-b5498c8a5366f8ae6c1e6e850a55b49753b0d6a6.zip |
Fixed initial title and actions after new
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index ae988da9..53cd7164 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -357,7 +357,7 @@ int main(int argc, char *argv[]) #ifndef NO_GUI if (vm.count("gui")) { Application a(argc, argv); - MainWindow w(std::move(ctx)); + MainWindow w(std::move(ctx), chipArgs); if (vm.count("json")) { std::string filename = vm["json"].as<std::string>(); std::string pcf = ""; |