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

Confusing WhatsThis mode on initial load #167

Closed
scottix opened this issue Dec 19, 2023 · 1 comment
Closed

Confusing WhatsThis mode on initial load #167

scottix opened this issue Dec 19, 2023 · 1 comment

Comments

@scottix
Copy link
Collaborator

scottix commented Dec 19, 2023

I was trying to track down why the Toolbar buttons wouldn't work on initial load until after the second click.
Finally found the culprit.

self.first_start = True
if self.first_start:
QWhatsThis.enterWhatsThisMode()

Problem is it's a bit confusing to be in this mode on initial load as it's not the default behavior for applications.

I would suggest it's better to turn it off for now or create a button to invoke it.

@vietanhdev
Copy link
Owner

This will be fixed in the next version. Thank you!

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