From c21d83c2f315b8259ecc2c2b9f2f1cb8334cda77 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 3 Aug 2017 02:53:56 -0400 Subject: [PATCH] UI: Fix Delete key not working on scenes/sources This commit fixes two regressions introduced by the modular UI (commit 25bb8a444fb3a7ca6c19a429f2d89e83a6ddb823): - the Delete key no longer works in the scene list - the Delete key no longer works working in the source list This commit also enables the Delete key on sources that were selected by clicking on them in the preview, which addresses Mantis Bug 576 (https://obsproject.com/mantis/view.php?id=576). --- UI/forms/OBSBasic.ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/forms/OBSBasic.ui b/UI/forms/OBSBasic.ui index cb11bb446..7d567813a 100644 --- a/UI/forms/OBSBasic.ui +++ b/UI/forms/OBSBasic.ui @@ -86,6 +86,7 @@ Qt::CustomContextMenu + @@ -400,6 +401,7 @@ Qt::TargetMoveAction + @@ -531,6 +533,7 @@ QAbstractItemView::ExtendedSelection +