diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-07 14:33:11 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-07 14:33:11 -0500 |
commit | ba59d40760e2a5a11bfbe2f7cf6b0e2a71b590d7 (patch) | |
tree | b261336945f9f9a5c5c33d5160a039445ba297ea /src/report_popup.h | |
parent | c3849f011be0ecfbf359a163e5e2423272c0c3d0 (diff) | |
download | lingo-ap-tracker-ba59d40760e2a5a11bfbe2f7cf6b0e2a71b590d7.tar.gz lingo-ap-tracker-ba59d40760e2a5a11bfbe2f7cf6b0e2a71b590d7.tar.bz2 lingo-ap-tracker-ba59d40760e2a5a11bfbe2f7cf6b0e2a71b590d7.zip |
Better high-DPI handling for rest of app
Diffstat (limited to 'src/report_popup.h')
-rw-r--r-- | src/report_popup.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 { | |||
19 | 19 | ||
20 | private: | 20 | private: |
21 | void OnPaint(wxPaintEvent& event); | 21 | void OnPaint(wxPaintEvent& event); |
22 | void OnDPIChanged(wxDPIChangedEvent& event); | ||
23 | |||
24 | void LoadIcons(); | ||
22 | 25 | ||
23 | int door_id_ = -1; | 26 | int door_id_ = -1; |
24 | 27 | ||