Refresh the list when an image gets added for tp anim editor
This commit is contained in:
parent
d0c2ba1a3d
commit
a2070109e0
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…
x
Reference in New Issue
Block a user