From ba59d40760e2a5a11bfbe2f7cf6b0e2a71b590d7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 7 Mar 2025 14:33:11 -0500 Subject: Better high-DPI handling for rest of app --- src/report_popup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/report_popup.h') diff --git a/src/report_popup.h b/src/report_popup.h index 9e141bf..4ccc913 100644 --- a/src/report_popup.h +++ b/src/report_popup.h @@ -19,6 +19,9 @@ class ReportPopup : public wxScrolledCanvas { private: void OnPaint(wxPaintEvent& event); + void OnDPIChanged(wxDPIChangedEvent& event); + + void LoadIcons(); int door_id_ = -1; -- cgit 1.4.1