1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-23 16:25:12 +03:00

Fix issue 4957 Taranis splash screens formatted incorrectly. (#4064)

This commit is contained in:
Jim Taylor 2016-11-22 01:40:38 -05:00 committed by Bertrand Songis
parent 380b42c57f
commit bda86d6e6a
3 changed files with 4 additions and 4 deletions

View file

@ -834,7 +834,7 @@ void startSimulation(QWidget * parent, RadioData & radioData, int modelIdx)
QPixmap makePixMap( QImage image, QString firmwareType )
{
if (firmwareType.contains( "taranis" )) {
if (firmwareType.contains( "x9d" )) {
image = image.convertToFormat(QImage::Format_RGB32);
QRgb col;
int gray;