re-adding lost assignement

This commit is contained in:
Stefan Csomor
2020-05-20 07:33:46 +02:00
parent a3e264e8a3
commit 250e211d7f

View File

@@ -615,7 +615,7 @@ wxBitmap wxWindowDCImpl::DoGetAsBitmap(const wxRect *subrect) const
}
else
{
[view bitmapImageRepForCachingDisplayInRect:[view bounds]];
rep = [view bitmapImageRepForCachingDisplayInRect:[view bounds]];
[view cacheDisplayInRect:[view bounds] toBitmapImageRep:rep];
}