-
Notifications
You must be signed in to change notification settings - Fork 4
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
Make button selected via keyboard visible by changing its outline color #11
Comments
I think it is PE_PanelButtonCommand |
That thing already has
so I am puzzled why it is not becoming blue when being focused with tab. |
But then, I am equally puzzled why the text in the buttons is more or less horizontally centered in Linux now but not on FreeBSD... |
It depends on what text font its button uses, because if I remember right, there is something wrong with the text font of the button. |
Easy: because we are setting Moving this file away removes the issue. |
Follow-up to #10.
Now that we do not display
PE_FrameFocusRect
anymore, we have no way of seeing when a button has the focus by pressing the tab key.What we would like is the button border to get a different color when it has the focus, just like with drop-down menus and with QLineEdit.
Good:
The problem is that no
case PE_PushButton
exists. Why?The text was updated successfully, but these errors were encountered: