diff options
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 | ||