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

[Bug]: InfoBadge covers navigation menu, but it can't be clicked. #870

Closed
gaoming714 opened this issue May 8, 2024 · 0 comments · Fixed by #875
Closed

[Bug]: InfoBadge covers navigation menu, but it can't be clicked. #870

gaoming714 opened this issue May 8, 2024 · 0 comments · Fixed by #875
Labels
bug Something isn't working

Comments

@gaoming714
Copy link

What happened?

微信截图_20240508175921
InfoBadge covers navigation menu( on the pic, 12 cover the icon ).
I try to click the menu, but Half of the icon is obscured.
can you make the icon have the same clickable function?

Operation System

win11

Python Version

3.11

PyQt/PySide Version

pyside6 6.7.0

PyQt/PySide-Fluent-Widgets Version

1.5.6

How to Reproduce?

all the time

Minimum code

navItem = self.navigationInterface.widget(widgetName)
        InfoBadge.attension(
            text=12,
            parent=navItem.parent(),
            target=navItem,
            position=InfoBadgePosition.NAVIGATION_ITEM
        )
@gaoming714 gaoming714 added the bug Something isn't working label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant