Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac: Fix sizing of labels when initially shown on a PixelLayout #1798

Merged

Conversation

cwensley
Copy link
Member

This happened because, only when creating a form before running the app, a measure pass occurs on the form before it is shown/loaded. For optimization, the Label only sets the attributed string after it is loaded caused the measure to incorrectly retain the value when measuring with the default string of "Field" for a label.

Fixes #1747

@cwensley cwensley added this to the 2.5.7 milestone Oct 14, 2020
@cwensley cwensley merged commit 9b8e50d into picoe:develop Oct 14, 2020
@cwensley cwensley deleted the curtis/mac-pixel-layout-with-labels branch October 14, 2020 04:32
@cwensley cwensley added the bug label Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mac] Labels not sized correctly in PixelLayout
1 participant