Skip to content

Minor simplification of font-loading logic

If a pointer is explicitly set to nullptr, there is no need to test whether it really is nullptr in the very next line.

Merge request reports