InputRoll - fire selected index changed event on DeselectAll()
This commit is contained in:
parent
33c8808ee4
commit
a0943000a3
|
@ -604,6 +604,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
_lastSelectedRow = null;
|
_lastSelectedRow = null;
|
||||||
_selectedItems.Clear();
|
_selectedItems.Clear();
|
||||||
|
SelectedIndexChanged?.Invoke(this, new EventArgs());
|
||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue