Only update the texture import list for gx2 if one item is selected

This commit is contained in:
KillzXGaming 2019-07-07 10:48:39 -04:00
parent 5b5f7306ae
commit f69697c4c7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -242,7 +242,7 @@ namespace FirstPlugin
private void listViewCustom1_SelectedIndexChanged(object sender, EventArgs e)
{
if (listViewCustom1.SelectedItems.Count > 0)
if (listViewCustom1.SelectedItems.Count == 1)
{
SelectedIndex = listViewCustom1.SelectedIndices[0];