C2024-047 #640

Merged
jjenko merged 2 commits from C2024-047 into Development 2025-10-21 14:50:28 -04:00
Showing only changes of commit 410b7d3dd6 - Show all commits

View File

@@ -418,7 +418,7 @@ namespace VEPROMS
cmMembers.Items.Clear(); cmMembers.Items.Clear();
lstGroups.SelectedIndex = -1; lstGroups.SelectedIndex = -1;
if (e.Button == MouseButtons.Right) if (e.Button == MouseButtons.Right && lstUsers.SelectedIndex > -1)
{ {
int k = lstGroups.IndexFromPoint(e.Location); int k = lstGroups.IndexFromPoint(e.Location);
if (k >= 0) if (k >= 0)