Fix missing node icons in workspace

This commit is contained in:
Nick O'Leary 2024-02-19 16:07:22 +00:00
parent b10ef4c98c
commit aeb79bce2a
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -4156,7 +4156,7 @@ RED.view = (function() {
}
var width = img.width * scaleFactor;
if (width > 20) {
scalefactor *= 20/width;
scaleFactor *= 20/width;
width = 20;
}
var height = img.height * scaleFactor;