mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #218 from GaborApatiNagy/CA-139588-2
CA-139588: Uncaught exception in License Manager
This commit is contained in:
commit
9325fde24f
@ -128,7 +128,7 @@ namespace XenAdmin.Dialogs
|
||||
|
||||
Controller.SetStatusIcon(e.RowIndex, lRow.RowStatus);
|
||||
|
||||
if (senderGrid.SelectedRows.Count >= 1 && senderGrid.SelectedRows[0].Index == e.RowIndex)
|
||||
if (!e.RefreshGrid && senderGrid.SelectedRows.Count > 0 && senderGrid.SelectedRows[0].Index == e.RowIndex)
|
||||
{
|
||||
Controller.SummariseSelectedRow(checkableDataGridView.GetCheckableRow(e.RowIndex));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user