Skip to content

Fix/mac retina display#265

Open
xZekro51 wants to merge 3 commits intoProwlEngine:New-Editorfrom
xZekro51:fix/mac-retina-display
Open

Fix/mac retina display#265
xZekro51 wants to merge 3 commits intoProwlEngine:New-Editorfrom
xZekro51:fix/mac-retina-display

Conversation

@xZekro51
Copy link
Copy Markdown

No description provided.

PaperPrototype and others added 2 commits April 26, 2026 21:12
The root cause was that PreparePaperFrame was dividing Paper's resolution by ContentScale — on a 1x monitor cs=1 so this was a no-op and everything worked, but on Retina cs=2 so Paper's logical space was halved while the projection still covered the full 3024px framebuffer, leaving the UI crammed into the top-left quarter at half size.
@PaperPrototype
Copy link
Copy Markdown
Contributor

PaperPrototype commented Apr 27, 2026

This should probably be closed for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants