Skip to content

I20250214-1800

@ShahzaibIbrahim ShahzaibIbrahim tagged this 13 Feb 16:44
Setting an image for a shell on top left disappears on monitor change in
monitor specific scaling mode. The reason behind it was that the image
was being disposed by setImages method called after setImage in
handleDPIChanged. The setImages method should not have been called if
there are no images present in the array. The solution is to check
whether we have any images in the in the array with the null check.
Assets 2
Loading