Compare commits
2 Commits
F2025-028_
...
C2024-047
Author | SHA1 | Date | |
---|---|---|---|
d3ec749848 | |||
410b7d3dd6 |
@@ -418,7 +418,8 @@ namespace VEPROMS
|
|||||||
cmMembers.Items.Clear();
|
cmMembers.Items.Clear();
|
||||||
lstGroups.SelectedIndex = -1;
|
lstGroups.SelectedIndex = -1;
|
||||||
|
|
||||||
if (e.Button == MouseButtons.Right)
|
//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);
|
int k = lstGroups.IndexFromPoint(e.Location);
|
||||||
if (k >= 0)
|
if (k >= 0)
|
||||||
|
Reference in New Issue
Block a user