From 5de1bbd44c0c5122ee2e0136f869510bf22b9ea9 Mon Sep 17 00:00:00 2001 From: garakmon Date: Thu, 26 Jan 2023 15:02:32 -0500 Subject: [PATCH] fix nonexistant font issues --- forms/aboutporymap.ui | 6 +++--- include/core/map.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forms/aboutporymap.ui b/forms/aboutporymap.ui index 3e697ee1..445dcc10 100644 --- a/forms/aboutporymap.ui +++ b/forms/aboutporymap.ui @@ -19,7 +19,7 @@ - Segoe UI + Arial 22 75 true @@ -48,7 +48,7 @@ - Segoe UI + Arial 12 @@ -64,7 +64,7 @@ - Segoe UI + Arial diff --git a/include/core/map.h b/include/core/map.h index 3bd5352b..779afefe 100644 --- a/include/core/map.h +++ b/include/core/map.h @@ -63,7 +63,7 @@ public: QPixmap collision_pixmap; QImage image; QPixmap pixmap; - + QMap> events; QList ownedEvents; // for memory management