Development #650

Merged
djankowski merged 31 commits from Development into master 2025-11-06 09:23:20 -05: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)