From fd8eeb4cc6a4ba19631ef787b3fc505ae2b1eef8 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 28 Jan 2026 17:19:21 -0500 Subject: pressing enter on the base field in the create structure dialog should add instead of accept the whole dialog --- ui/createstructdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') 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; }; -- cgit v1.3.1