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 d3ec749848 - Show all commits

View File

@@ -418,6 +418,7 @@ namespace VEPROMS
cmMembers.Items.Clear();
lstGroups.SelectedIndex = -1;
//shouldn<64>t be bringing up a menu in the Group box unless a user is 1st selected in the Users box.
if (e.Button == MouseButtons.Right && lstUsers.SelectedIndex > -1)
{
int k = lstGroups.IndexFromPoint(e.Location);