diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-07-26 13:21:46 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-07-26 13:21:46 +0200 |
commit | 4587b8c0001d853ab2fb6f820627f1508e28e316 (patch) | |
tree | ca939ce72feda56b0f6144538a74955422572dee /gui/ice40 | |
parent | c9b9d9b22754778beaa1a922f0df3dac42dd8867 (diff) | |
download | nextpnr-4587b8c0001d853ab2fb6f820627f1508e28e316.tar.gz nextpnr-4587b8c0001d853ab2fb6f820627f1508e28e316.tar.bz2 nextpnr-4587b8c0001d853ab2fb6f820627f1508e28e316.zip |
added buttons for new zoom operations
Diffstat (limited to 'gui/ice40')
-rw-r--r-- | gui/ice40/mainwindow.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc index 810a98ae..f06971b6 100644 --- a/gui/ice40/mainwindow.cc +++ b/gui/ice40/mainwindow.cc @@ -159,6 +159,8 @@ void MainWindow::createMenu() taskToolBar->addAction(actionPlay);
taskToolBar->addAction(actionPause);
taskToolBar->addAction(actionStop);
+
+ createGraphicsBar();
}
#if defined(_MSC_VER)
|