+ minor fix

This commit is contained in:
wmayer
2014-09-02 17:43:25 +02:00
parent c7cfee0539
commit df58407c51

View File

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