mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
XOP-461: Trying to fix the Invalid Operation Exception raised in license dialog (most probably a threading issue)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
0bac4b8196
commit
c09c2fb044
@ -245,7 +245,7 @@ namespace XenAdmin.Controls.CheckableDataGridView
|
||||
|
||||
private void ToggleDisableIfNotLastStanding(int checkedRowIndex)
|
||||
{
|
||||
foreach (CheckableDataGridViewRow otherRow in storedRows)
|
||||
foreach (CheckableDataGridViewRow otherRow in storedRows.ToList())
|
||||
{
|
||||
if(otherRow.LockDisabledState)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user