Make wxBitmap ctors consistent wrt passing scale for conversion from wxImage; HiDPI adaptation for propgrid buffer and wxRTC images
This commit is contained in:
@@ -5249,7 +5249,7 @@ bool wxRichTextCtrl::ProcessDelayedImageLoading(const wxRect& screenRect, wxRich
|
||||
|
||||
wxImage image;
|
||||
bool changed = false;
|
||||
if (imageObj->LoadAndScaleImageCache(image, contentRect.GetSize(), false, changed) && changed)
|
||||
if (imageObj->LoadAndScaleImageCache(image, contentRect.GetSize(), context, changed) && changed)
|
||||
{
|
||||
loadCount ++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user