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

QColorDialog problem #319

Open
DaeHeeLim opened this issue Sep 26, 2022 · 1 comment
Open

QColorDialog problem #319

DaeHeeLim opened this issue Sep 26, 2022 · 1 comment

Comments

@DaeHeeLim
Copy link

QWidget::item:hover:!selected { background-color: #1A72BB; }

.qss creates problems with QColorDialog .

Mouse movement on the color canvas is strange.

Is this a QT bug?

The code below reproduces the problem.

QColorDialog dlg;
dlg.setStyleSheet("QWidget::item:hover:!selected { background-color: #1A72BB; }");
dlg.exec();
@slavedas
Copy link

Thank you! I was having this exact same problem and had JUST gotten to commenting that line out. That works for me for now at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants