iPad 3 display.newText bug

Hi,
I have determined that there is a bug on the Corona iOS SDK for the iPad 3 concerning resetting the text size after you have made the display.newText call.

Here is my code in main.lua:

local mBuf = display.newText( “GO!”, 100, 100, “Noteworthy-Bold”, 600 )
mBuf:setTextColor( 255, 195, 11 )
mBuf.x = display.contentWidth / 2
mBuf.y = display.contentHeight / 2
–This statement causes the iPad 3 to have small size text
mBuf.size = 590

On the simulator, the iPad 2 and the iPod Touch 4th Generation this code works properly.
On the iPad 3 the on-screen text is the incorrect size. It appears to change the output to a non-retina
size text I’m guessing.
Thank you,
-Dennis Koble [import]uid: 108253 topic_id: 31714 reply_id: 331714[/import]