From 410b7d3dd6def45223ca83479bf0893caa006aa4 Mon Sep 17 00:00:00 2001 From: mschill Date: Tue, 21 Oct 2025 14:47:30 -0400 Subject: [PATCH] =?UTF-8?q?C2024-047=20Security=20Dialog=20shouldn?= =?UTF-8?q?=E2=80=99t=20be=20bringing=20up=20a=20menu=20in=20the=20Group?= =?UTF-8?q?=20box=20unless=20a=20user=20is=201st=20selected=20in=20the=20U?= =?UTF-8?q?sers=20box.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/VEPROMS User Interface/dlgManageSecurity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/VEPROMS User Interface/dlgManageSecurity.cs b/PROMS/VEPROMS User Interface/dlgManageSecurity.cs index e8fce203..c398fc40 100644 --- a/PROMS/VEPROMS User Interface/dlgManageSecurity.cs +++ b/PROMS/VEPROMS User Interface/dlgManageSecurity.cs @@ -418,7 +418,7 @@ namespace VEPROMS cmMembers.Items.Clear(); lstGroups.SelectedIndex = -1; - if (e.Button == MouseButtons.Right) + if (e.Button == MouseButtons.Right && lstUsers.SelectedIndex > -1) { int k = lstGroups.IndexFromPoint(e.Location); if (k >= 0)