Compare commits

..

2 Commits

2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@@ -418,8 +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)
if (e.Button == MouseButtons.Right)
{
int k = lstGroups.IndexFromPoint(e.Location);
if (k >= 0)