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:
parent
380b42c57f
commit
bda86d6e6a
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue