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/area_popup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/area_popup.h') diff --git a/src/area_popup.h b/src/area_popup.h index 00c644d..3326406 100644 --- a/src/area_popup.h +++ b/src/area_popup.h @@ -15,6 +15,9 @@ class AreaPopup : public wxScrolledCanvas { private: void OnPaint(wxPaintEvent& event); + void OnDPIChanged(wxDPIChangedEvent& event); + + void LoadIcons(); int area_id_; -- cgit 1.4.1