Bug #405
closed
Display Width displaying Display Height
Added by David Baldwin over 4 years ago.
Updated over 4 years ago.
Description
Simple one:-
Function "Display Width"
{
}
End Function( {this.aoz.displayHeight()} ) <---- OOPS!
- Affected version changed from 0.9.9.1 to 0.9.9.3
Changed affected version to 0.9.9.3 (tested in 0.9.9.3 Test2 with same results)
I successfully applied the following patch to my display.aoz, per this bug report.
I recommend this patch be applied in the next release of AOZ.
@name:Display Width
@description:Return the width of the display canvas in PC mode, and the width of the emulated TV set in retro-machine emulation mode
api*/
Function "Display Width"
{
}
End Function( { this.aoz.displayWidth()} ) // BJF Fixed 7/2 - per Dave Baldwin's bug report```
Sorry, the first line got chopped off on my previous update:
/**api
@name:Display Width
@description:Return the width of teh display canvas in PC mode, and the width of the emulated TV set in retro-machine emulation mode
api*/
Function "Display Width"
{
}
End Function( { this.aoz.displayWidth()} ) // BJF Fixed 7/2 - per Dave Baldwin's bug report
- Status changed from New to Closed
- Target version set to 0.9.9.4
Also available in: Atom
PDF