Hi.
This allows to set custom font the tree component on linux.
Also should fix the issue #16428
https://github.com/wxWidgets/wxWidgets/pull/25851
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
@vadz commented on this pull request.
Thanks, this is probably correct, although the interaction of this check with the check for !m_hasExplicitFont
just above is rather confusing.
I do have to wonder why do we need m_normalFont
at all instead of just using m_font
...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
I do have to wonder why do we need m_normalFont at all instead of just using m_font
I have no idea. If you are k, I can remove all usages of m_normalFont
(+ probably m_hasExplicitFont
)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.