summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2026-01-28 17:19:21 -0500
committerJordan Wiens <github@psifertex.com>2026-01-28 17:19:21 -0500
commitfd8eeb4cc6a4ba19631ef787b3fc505ae2b1eef8 (patch)
treed62d508c4248f24aa8d0ef974f417d279c2b90a5 /ui
parenta357da93100413a75bf0207e3cbd74bac3b54502 (diff)
pressing enter on the base field in the create structure dialog should add instead of accept the whole dialog
Diffstat (limited to 'ui')
-rw-r--r--ui/createstructdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/createstructdialog.h b/ui/createstructdialog.h
index eecaa914..b27313a9 100644
--- a/ui/createstructdialog.h
+++ b/ui/createstructdialog.h
@@ -114,4 +114,5 @@ private Q_SLOTS:
protected:
virtual void showEvent(QShowEvent* e) override;
+ virtual void keyPressEvent(QKeyEvent* e) override;
};