Fix selecting a list item in texture pattern editor
This commit is contained in:
parent
f14bcfe536
commit
7fddf179f6
Binary file not shown.
@ -561,7 +561,7 @@ namespace FirstPlugin.Forms
|
||||
int Index = listViewCustom1.SelectedIndices[0];
|
||||
|
||||
int SelectedFrame = KeyFrames[Index];
|
||||
var ListItem = listViewCustom1.SelectedItems[Index];
|
||||
var ListItem = listViewCustom1.SelectedItems[0];
|
||||
|
||||
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user