-
Notifications
You must be signed in to change notification settings - Fork 730
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
Widget borders missing in nested widgets #123
Comments
@RustyPedrosa , @SomberNight Thanks for all those information, this will help a lot! I'm working on it. |
@RustyPedrosa, @SomberNight could you try the new version v2.6.6 to see if it helps you? Tks |
@dpizetta which commit do you mean specifically? I cannot see the tag or pypi release (which is fine, but I am not sure what to test with) |
Oh, sorry, I'm still finishing the tests on py27/34 right now before push. In some minutes it will be there the version 2.6.6. Tks |
2.6.6 looks good, thanks. |
upstream issue ColinDuquesnoy/QDarkStyleSheet#123 now fixed
Describe Your Environment
[Versions from your environment]
[If used, please inform their versions]
Language
[Python]
Description / Steps to Reproduce [if necessary]
Something has gone wrong with widget borders in nested widgets. I have widgets grouped together in frames, and multiple frames inside tabs, and the widgets no longer have visible borders. The widgets outside of the tabbed area are fine.
With qdarkstyle==2.6, all borders are visible (but hard to see). They do become highlighted onmouseover and when active.
With 2.6.1, the borders are completely invisible, and the mouseover no longer highlights borders.
The issue is still present as of 2.6.4 with the new colors.
Again, this is only affecting my nested widgets (textboxes/dropdowns in frames in tabs).
I will try to update this issue with screenshots later.
The text was updated successfully, but these errors were encountered: