+ minor fix

This commit is contained in:
wmayer 2014-09-02 17:43:25 +02:00
parent a81a307346
commit 8f54360226

View File

@ -257,6 +257,9 @@ QPixmap BitmapFactoryInst::pixmap(const char* name) const
break;
}
}
if (!icon.isNull())
break;
}
}
}