mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Warning removed
This commit is contained in:
parent
a918f293cf
commit
aa19969759
4 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ bool Side::displayImage( QString fileName, Source pictSource )
|
|||
return false;
|
||||
else
|
||||
image = flash.getSplash();
|
||||
*format = flash.getSplashWidth()==WIDTH_TARANIS ? LCDTARANIS : LCD9X;
|
||||
*format = (flash.getSplashWidth()==WIDTH_TARANIS ? LCDTARANIS : LCD9X);
|
||||
}
|
||||
else {
|
||||
image.load(fileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue