mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
misc: revert some of the early workarounds for getting this building
This commit is contained in:
@@ -58,7 +58,7 @@ void ChoiceThumbnailRequest::store(const Image& img) {
|
||||
if (img.Ok()) {
|
||||
ChoiceThumbnail& thumbnail = style().thumbnails[id];
|
||||
ChoiceThumbnailLock lock(thumbnail.mutex);
|
||||
thumbnail.bitmap = wxBitmap(img, -1);
|
||||
thumbnail.bitmap = img;
|
||||
thumbnail.status = THUMB_OK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user