-
Notifications
You must be signed in to change notification settings - Fork 948
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
replace explicit use of Arial with default font #668
Conversation
Thanks @rhaschke for the fixup. 👍 |
@wjwwood Thanks for your search-and-replace work in first place ;-) |
@v4hn Should we cherry-pick this into Indigo too? |
I don't believe this is desirable, unless users asks for it. Thanks for taking care of this both of you! |
Does Indigo RViz not have the same problem? From the comment by @wjwwood I get the impression it does? |
O.o I wasn't aware they changed the font in indigo too, until I just verified it. In that case it makes sense to backport, yes. I'll add a request. |
@v4hn wrote:
it was a licensing issue. I guess it makes sense to address those, even in stable/old releases. |
This pr is just "good to do", it wasn't fixing any problem. So it doesn't have to be backported to fix a problem unless you notice one in indigo. I think all the problems people were running into were due to mixing versions of rviz in strange ways in their workspaces.
Exactly. Since you guys are only referring to it here and not distributing it then you do not have to backport to indigo like rviz did. |
@wjwwood wrote:
yes, I was getting confused ;) |
Well,
|
Yeah, I'm not sure how referring to Arial as the font family on Ubuntu does not break, since removing it from rviz, but it seems to work. I guessed that Ubuntu or Qt is silently providing a fallback font in those cases for compatibility reasons. Or maybe Arial is redistributed by Ubuntu with a correct license to do so and everything. I'm not sure. |
I'm not sure.
So we might as well follow your change in indigo and not use an explicit font choice in MSA.
|
Description
This pull request replaces uses of
"Arial"
with the default application font from Qt withQGuiApplication::font()
.Checklist
Extended the tutorials / documentation, if necessary referenceInclude a screenshot if changing a GUIOptional: Created tests, which fail without this PR reference