mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
add setting to export card notes in meta data
This commit is contained in:
@@ -92,7 +92,10 @@ void PackageList::showData(const String& pattern) {
|
||||
Image img;
|
||||
Bitmap bmp;
|
||||
if (stream && image_load_file(img, *stream)) {
|
||||
bmp = Bitmap(img);
|
||||
bmp = Bitmap(img);
|
||||
if (bmp.GetWidth() > 150 || bmp.GetHeight() > 150) {
|
||||
queue_message(MESSAGE_WARNING, _ERROR_1_("icon too large", p->relativeFilename()));
|
||||
}
|
||||
}
|
||||
// add to list
|
||||
packages.push_back(PackageData(p, bmp));
|
||||
|
||||
Reference in New Issue
Block a user