aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/MainWindow.cpp')
-rw-r--r--src/ui/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/MainWindow.cpp b/src/ui/MainWindow.cpp
index 1e58e1e1..8e6b6f81 100644
--- a/src/ui/MainWindow.cpp
+++ b/src/ui/MainWindow.cpp
@@ -50,7 +50,7 @@ void MainWindow::init() noexcept {
setCentralWidget(edit);
/* the list of Keys available*/
- mKeyList = new KeyList(this);
+ mKeyList = new KeyList(true, this);
infoBoard = new InfoBoardWidget(this);