Emulator screen rotation bug?

Some display objects get displaced when the screen is rotated.

The bottom display objects (back button and scores) disappear.
In the code they are positioned like this:

score:setReferencePoint(display.BottomRightReferencePoint)  
score.x = display.contentWidth - display.screenOriginX - 10  
score.y = display.contentHeight - display.screenOriginY - 10  

In case you are wondering, screen origin here is used to account for different aspect ratios and make the distance from the display object to the screen edge a contant 10 pixels no matter what screen aspect ratio is.

The rotation worked as expected (no visual difference at all, except orientation) in previous versions of the emulator and now it looks broken. Is this a bug or a feature? :slight_smile:

Corona 2012.766 [import]uid: 52103 topic_id: 23295 reply_id: 323295[/import]