From ade58079a0a3e6b9d1a0793ab4c084d0f9431f4d Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Fri, 24 Oct 2025 08:21:26 -0700 Subject: Update FilterEdit and FilterTarget to preserve existing selections The down and enter keys now preserve an existing selection in the associated list or table views, rather than unconditionally selecting or activating the first item. --- plugins/warp/ui/shared/function.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/warp/ui/shared/function.h') diff --git a/plugins/warp/ui/shared/function.h b/plugins/warp/ui/shared/function.h index 6281944d..23b2bd3b 100644 --- a/plugins/warp/ui/shared/function.h +++ b/plugins/warp/ui/shared/function.h @@ -129,9 +129,9 @@ public: void scrollToCurrentItem() override {} - void selectFirstItem() override {} + void ensureSelection() override {} - void activateFirstItem() override {} + void activateSelection() override {} }; class WarpFunctionInfoWidget : public QWidget -- cgit v1.3.1