mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +00:00
Refresh the list when an image gets added for tp anim editor
This commit is contained in:
parent
d0c2ba1a3d
commit
a2070109e0
3 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -267,6 +267,8 @@ namespace FirstPlugin.Forms
|
|||
// Running on the UI thread
|
||||
imgList.Images.Add(temp);
|
||||
var dummy = imgList.Handle;
|
||||
|
||||
listViewCustom1.Refresh();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue