mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 10:56:35 +02:00
`m_original_font` is only set if `GlyphMapWidget::set_font` is called. But, if the user of `GlyphMapWidget` decides not to set a font, there will be no value for `m_original_font`. This commit fixes that issue by checking if `m_original_font` is not null before attempting to use it.
21 KiB
21 KiB