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

Remove shadow above expanded Menu Items #4411

Open
2 tasks done
Rldeckard opened this issue Nov 22, 2023 · 0 comments
Open
2 tasks done

Remove shadow above expanded Menu Items #4411

Rldeckard opened this issue Nov 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Rldeckard
Copy link

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

Describe the bug

There is a shadow that should not exist above/on top of expanded Menus. This makes the Menu Items look disconnected from the dropdown like a pop up window. Removing the top shadow will make the menu appear attached to the calling button as is expected functionality.

How to reproduce

  1. Create Fyne Menu.
  2. Add NewMenuItem.
  3. Run code and click on Menu.
  4. Observe Shadow above submenu / list.
  5. Open notepad and click file to observe shadows on the right and bottom, but not above the list.

Screenshots

image

image

Example code

menu := fyne.NewMenu("Help", fyne.NewMenuItem("About", func() {}))

Fyne version

2.3.5

Go compiler version

1.20.2

Operating system and version

Windows 10

Additional Information

No response

@Rldeckard Rldeckard added the unverified A bug that has been reported but not verified label Nov 22, 2023
@andydotxyz andydotxyz added enhancement New feature or request and removed unverified A bug that has been reported but not verified labels Nov 26, 2023
@andydotxyz andydotxyz added this to the "Elgin" release, late 2023 milestone Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants