Refresh the list when an image gets added for tp anim editor

This commit is contained in:
KillzXGaming 2019-07-14 10:24:15 -04:00
parent d0c2ba1a3d
commit a2070109e0
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -267,6 +267,8 @@ namespace FirstPlugin.Forms
// Running on the UI thread
imgList.Images.Add(temp);
var dummy = imgList.Handle;
listViewCustom1.Refresh();
});
}
}