-
Notifications
You must be signed in to change notification settings - Fork 75
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
Font selection issue #2567
Comments
In |
I think the configuration part of the code is fine, since the font is correctly shown in the "Verdana" button. KVIrc/src/kvirc/ui/KviSelectors.cpp Line 664 in a0f2687
I'm not sure what is causing this issue. |
This looks similar to https://forum.qt.io/topic/69152/qfontdialog-getfont-doesn-t-use-correct-font-style/11 Before clicking the button |
It works correctly when I run with |
Added a possible fix in #2568 |
The fix introduced a new bug.
As you can see "Regular" ended up in the options instead of stylename. |
Gentoo Linux amd64, version 4a51c0e
Qt 5.15.11
I was trying to report for #2566 which font I'm using , and clicked the Verdana button on the screenshot. The button has the same font as what I'm actually using. However, the font selection window claims that I have different font settings - the window claims Bold, while I'm using Italic.
The text was updated successfully, but these errors were encountered: