Caoimhe
08668e8084
LibGUI: Fix crash when not using a custom font in GlyphMapWidget
...
`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.
2023-05-05 16:25:55 +01:00
..
2023-04-26 19:17:04 +01:00
2023-05-05 02:19:05 +02:00
2023-05-05 11:52:33 +01:00
2023-05-03 08:31:34 +01:00
2023-04-26 09:40:25 +01:00
2023-05-04 20:01:16 +02:00
2023-04-25 14:48:40 +02:00
2023-04-30 21:12:46 +03:30
2023-04-26 09:40:25 +01:00
2023-05-05 09:36:43 +03:30
2023-05-05 01:32:09 +02:00
2023-05-05 02:19:05 +02:00
2023-05-05 15:12:24 +01:00
2023-05-05 16:25:55 +01:00
2023-05-04 16:11:28 +02:00
2023-05-05 16:25:55 +01:00
2023-04-25 14:48:40 +02:00
2023-05-02 07:03:57 -04:00
2023-04-25 14:48:40 +02:00
2023-04-25 14:48:40 +02:00
2023-04-25 08:32:21 -04:00
2023-04-27 07:27:14 +02:00
2023-04-30 00:46:11 +02:00
2023-04-28 09:42:28 +02:00
2023-05-05 09:36:43 +03:30
2023-05-02 07:00:46 -04:00
2023-04-25 14:48:40 +02:00
2023-04-28 05:55:20 +02:00
2023-05-05 13:26:41 +02:00
2023-05-05 01:33:49 +02:00