Only update the texture import list for gx2 if one item is selected
This commit is contained in:
parent
5b5f7306ae
commit
f69697c4c7
Binary file not shown.
@ -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];
|
||||
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user