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

fix #706: don't try to adjust insufficient size if it's already at max #710

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

toaster
Copy link
Member

@toaster toaster commented Feb 25, 2020

Description:

This patch is for a very specific case. When an object's size is smaller than its minSize the minSize correction should not resize if the object is already at the maximum (canvas') size.
This case appears with PopUp where the content is larger than the canvas. It would be hidden by making the PopUp content scrollable (fixing #675) and would be avoided by addressing #707.

Fixes #706

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

@toaster toaster force-pushed the bugfix/706_minsize_adjustment branch from b1cea06 to 6d874e2 Compare February 25, 2020 08:34
@andydotxyz andydotxyz merged commit ad99931 into fyne-io:develop Feb 25, 2020
@toaster toaster deleted the bugfix/706_minsize_adjustment branch February 25, 2020 08:49
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.

None yet

2 participants