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

Set SetFixedSize to true, the menus are overlapped. #1105

Closed
yms2772 opened this issue Jun 15, 2020 · 2 comments
Closed

Set SetFixedSize to true, the menus are overlapped. #1105

yms2772 opened this issue Jun 15, 2020 · 2 comments
Labels
blocker Items that would block a forthcoming release bug Something isn't working
Milestone

Comments

@yms2772
Copy link

yms2772 commented Jun 15, 2020

There is an error like below.

w.SetFixedSize(true)

image

w.SetFixedSize(false)

image

Device (please complete the following information):

  • OS: Windows 10 20H1
  • Go version: latest
  • Fyne version: 1.3.0
@andydotxyz andydotxyz added blocker Items that would block a forthcoming release bug Something isn't working labels Jun 15, 2020
@andydotxyz andydotxyz added this to the 1.3.x milestone Jun 15, 2020
@andydotxyz
Copy link
Member

This also seems to be an issue if you can Window.Resize() after Window.SetMainMenu()

andydotxyz added a commit to andydotxyz/fyne that referenced this issue Jun 26, 2020
This is pretty much Linux specific due to the order of
resize operations and scale detection.

Fixes fyne-io#1105
@andydotxyz andydotxyz mentioned this issue Jun 26, 2020
3 tasks
andydotxyz added a commit that referenced this issue Jun 28, 2020
This is pretty much Linux specific due to the order of
resize operations and scale detection.

Fixes #1105
@andydotxyz
Copy link
Member

On develop for testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker Items that would block a forthcoming release bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants