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/area_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/area_popup.h')
| -rw-r--r-- | src/area_popup.h | 3 |
1 files changed, 3 insertions, 0 deletions
| 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 { | |||
| 15 | 15 | ||
| 16 | private: | 16 | private: |
| 17 | void OnPaint(wxPaintEvent& event); | 17 | void OnPaint(wxPaintEvent& event); |
| 18 | void OnDPIChanged(wxDPIChangedEvent& event); | ||
| 19 | |||
| 20 | void LoadIcons(); | ||
| 18 | 21 | ||
| 19 | int area_id_; | 22 | int area_id_; |
| 20 | 23 | ||
