-
Notifications
You must be signed in to change notification settings - Fork 731
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
macOS: Some widgets have no frame #126
Comments
This might be a duplicate of #123 since all widgets are in tabs. Is the fix already in the newest release? Just updated, issue persists |
This is not specific to Mac. I see the same on Linux and Windows too. |
I just checked the example where some nested widgets are present. The borders are available there so thats kind of confusing. If you need me to test something just let me know |
@max3-2 could you try the new version v2.6.6 to see if it helps you? Tks |
If the problem comes back, please, reopen this issue. Tks |
Describe Your Environment
[Versions from your environment]
Information about your current environment setup:
Qt bindings available:
Qt abstraction layers available:
Language
[Python]
Description / Steps to Reproduce [if necessary]
On macOS, QListWidget and QTableWidget and QFrame have no border
Actual Result
The said widgets have no border. The blue border does show on hover, see images attached. This only occurs on macOS so far, the same application runs smooth on windows.
Expected Results / Proposed Result
Have a faint gray border around widgets even if they are not in focus
The text was updated successfully, but these errors were encountered: